Unable to connect to Github for the first time

Posted by MaxMackie on Super User See other posts from Super User or by MaxMackie
Published on 2011-06-22T22:45:52Z Indexed on 2011/06/23 0:25 UTC
Read the original article Hit count: 544

Filed under:
|
|
|
|

This is my first time with Git and I'm trying to set it up on my box. I added my key to my profile in the Github web interface. When I try to connect... :

max@linux-vwzy:~> ssh [email protected]
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is xx
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
PTY allocation request failed on channel 0

max@linux-vwzy:~> ssh-add ~/.ssh/id_rsa
Identity added: /home/max/.ssh/id_rsa (/home/max/.ssh/id_rsa)

max@linux-vwzy:~> ssh [email protected]
PTY allocation request failed on channel 0

I'm supposed to be getting some kind of welcome message however, I'm not.

© Super User or respective owner

Related posts about linux

Related posts about terminal