I have downloaded and installed the Git setup on Windows 7. But whenever I try to create/clone or init a new repo, it generates the following error.
‘git’ is not recognized as an internal or external command, operable
program or batch file.
Can anyone please suggest me that what possibly is it asking for ?
With msysgit, you need to launch a special shell, through
<path/to/msysgit>/git-cmd.bat.That will take care of the
PATHfor you.And of you need git for interacting with GitHub repositories, don’t forget windows.github.com.
It also include an msysgit distribution and set the
PATHcorrectly as well.