Git is failing to push in puttycyg because of SSH error
Posted
by tpower
on Stack Overflow
See other posts from Stack Overflow
or by tpower
Published on 2010-05-25T21:00:15Z
Indexed on
2010/05/25
21:11 UTC
Read the original article
Hit count: 236
I've been using puttycyg as a Cygwin terminal for my rails development. I've set up a git repository on a project management website and now I want to push my code to it with the following command:
git push origin master
I'm getting the following error:
error: cannot run ssh: No such file or directory
fatal: unable to fork
I know ssh is used for authentication but I don't know if I need to set anything up to use it.
© Stack Overflow or respective owner