I'm trying to use the command git init
. However, I'm getting this error:
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 init
+ ~~~
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Not sure if it's related to the difference in the locations of the project folder and the git executable but here's the info:
The location of the folder in which I'm working is:
S:\Everything\Coding\modern_portofolio
The location of the git installation is:
S:\Everything\Software\Git