error when uploading with Git

Posted by user560831 on Stack Overflow See other posts from Stack Overflow or by user560831
Published on 2011-01-03T04:27:36Z Indexed on 2011/01/03 4:53 UTC
Read the original article Hit count: 176

Filed under:
|
|
|

I am new to Git hub and was able to successfully create an ssh key and upload it to the website however when I type in

git push origin master

I receive the following error:

error: cannot run ssh: no such file or directory
fatal: unable to fork

I am using Cygwin on a windows Vista machine if that is also useful. Ok.. after installing openssh I now get the error:

Permission denied (publickey)
fatal: the remote end hung up unexpectedly

© Stack Overflow or respective owner

Related posts about Windows

Related posts about git