I use puttycyg as a Cygwin terminal to develop my rails. I created a git repository on the project management website, and now I want to click on my code with the following command:
git push origin master
I get 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 install something to use it.
source
share