For reasons beyond the scope of this discussion thread, I have found the need to install git locally on my work windows 10 computer. But from the command line, the basic commands are not recognized. For example:
git config
gets the response:
'git' is not recognized as an internal or external command,
operable program or batch file.
Can anyone please offer suggestions or next steps I should try?
Top comments (1)
It seems that git's path isn't set. Google for
git add to path
you should get the explanation of what to do.