DEV Community

xarzu
xarzu

Posted on

Fundamental local Git not working.

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.

Enter fullscreen mode Exit fullscreen mode

Can anyone please offer suggestions or next steps I should try?

Top comments (1)

Collapse
 
vbd profile image
Volker B. Duetsch

It seems that git's path isn't set. Google for git add to path you should get the explanation of what to do.