git is not recognized as an internal or external command windows - already tried to change the environment variable -


i got following error, git not recognized internal or external command, operable program or batch file. read in forums need add /bin & /cmd paths 'system variable' i've done still running same error. restarted computer. ideas?

had same issue , had setup environment variables still not able use git command window . finally worked when added path variable value to

c:\program files\git\cmd  

instead of

c:\program files\git\cmd   

this populated automatically if select option of use git command prompt shown below during installation process .enter image description here


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -