-1

I got the following error, git is not recognized as an internal or external command, operable program or batch file. I read in some forums that i need to add the /bin & /cmd paths to 'System variable' I've done that but am still running into the same error. Already restarted by computer. Ideas?

Insane Skull
  • 9,220
  • 9
  • 44
  • 63
Asad Hassan
  • 1
  • 1
  • 1

1 Answers1

0

Had same issue , I had setup the environment variables but still was not able to use git from command window . Finally it worked when I added the path variable value to

C:\Program Files\Git\cmd 

instead of

C:\Program Files\Git\cmd  

This will also be populated automatically if you select the option of use GIT from command prompt as shown below during your installation process .enter image description here

darkHorse
  • 13
  • 8