I\'ve \"setup-a-msysgit-server-with-copssh-on-windows\", following Tim Davis\' guide and I was now learning how to use the git commands, following Jason Meridth\'s guide, an
Thank you! I was also getting the error
git: '/pathToRepo/myRepoName.git' is not a git command See 'git --help'. fatal: The remote end hung up unexpectedly
the git config command worked for me.
git config --global remote.origin.receivepack "git receive-pack"
I am running MSysGit-1.7.3.1