When I try to clone a GitHub repo in my command line I am getting that "git" is not a recognized command???:
PS C:\Users\mikej\PiML-Toolbox> git clone https://github.com/jkirkby3/pymle.git git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- git clone https://github.com/jkirkby3/pymle.git
-
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\mikej\PiML-Toolbox>
I tried searching for this error and found nothing.