I installed the GitHub Desktop app in my Windows 7 from here and then restarted my laptop. I go to the Windows cmd and type git clone https://github.com/myName/myAwesomeProject.git
and I get 'git' is not recognized as an internal or external command, operable program or batch file.
.
So I googled it and found out that I have to re-set the PATH from here. I go to the C>Program Files (x86)
and there is no Git folder there. I dont know why. I searched for "Git" inside C and found it here C:\Users\nerd\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad
, I copied this to my PATH, restarted the laptop and clone now works.
My question is , why is Git installed in that location and not Program Files? Did I do something wrong? Will this cause problems in the future?
Install it as administrator, by right clicking on the Git package. Then it will install to the C:\Program files\Git
. Otherwise it will default to the program files folder under the user folder.
You should really just install the standalone Git; the Github Desktop git is meant to be internal to that app.
The Windows Git installer gives options for adding the executable paths to PATH automatically.
You can get that installer here: https://git-scm.com/download/win
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With