Possible Duplicate:
GIT: clone works, remote push doesn’t. Remote repository over copssh
I cloned a git repo over ssh. After some work it now worked.
git clone "ssh://user@server.com/repo.git"
But now, when I try to push to the server (which is mine)
git push origin master
I get the error:
git: '/repo.git' is not a git command. See 'git --help'.
fatal: The remote end hung up unexpectedly
The repo is installed on windows with COPSSH and msysgit. Any ideas? Thank you!