Git : Failed at pushing to remote server, ' REPOSITORY_PATH ' is not a git command
- by Judarkness
I'm using Git with TortoiseGit on Windows XP,
and I have a remote bare repository on Windows Vista 64bit version.
When I tried to push my local files to remote bare repository, I got the following error message.
git.exe push "origin" master:master
git: 'C:/Git_Repository/.git' is not a git command. See 'git --help'.
fatal: The remote end…