Git is failing to push in puttycyg because of SSH error
- by tpower
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.