I have a remote Git repository from which i cloned and am able to pull/push to that repository. But recently when i tried to reclone the same repository to a different directory it is not working.
$ git clone -v 'http://user@server.com/git/project.git' project
Initialized empty Git repository in f:/temp/project/.git/
Password:
error: cannot spawn git: No such file or directory
I can still do a git pull and push on the repository which i had already cloned.
I tried goggling for this error but not much of help. Can someone also tell me how i can debug such kind of errors?
git remote -vsay for the repo you can still push/pull from? – Schwern Apr 7 '11 at 7:08