2011/2/2 mearrex: > In my cygwin installation, I cannot seem to use github.com. However, here are > the problems I am seeing. > > When I type in: git remote add origin > g...@github.com:<username>/first_app.git > I got no issue. > > However, when I type in: git push origin master > I get an error: fatal: The remote end hung up unexpectedly > > I have tried to do that using these instructions: > http://help.github.com/msysgit-key-setup/ > http://help.github.com/troubleshooting-ssh/ > > However, when I type in the commands > ssh > ssh-keygen > ssh-keygen -t rsa -C "xxx...@xxx.com" > ssh g...@github.com > ssh -v g...@github.com > > nothing happens. It just returns a new line. I am attaching a screenshot. > What am I doing wrong? What do I need to do to get this to work? > http://old.nabble.com/file/p30829947/screenshot.jpg
Looks like you have no route for port 22 to github. Are you behind a proxy? If so try https instead. Is your router blocking 22 outwards? If so, talk to your router admin. -- Reini Urban -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple