2013-03-14 132 views
2

我有一个简单的rails测试应用程序,并已推动提交github w/o问题。我去安装瓦特/ Heroku的,(所创建的应用程序,加载SSH密钥),当我回去推到Heroku的前推更改github上,我得到这个错误:无法推送到Github得到“连接重置对等”错误

$ git push 
ssh_exchange_identification: read: Connection reset by peer 
fatal: The remote end hung up unexpectedly 

当我运行:

ssh -vT [email protected] 

我得到:

ssh-keygen -t rsa -C "[email protected]"OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 
debug1: Reading configuration data /etc/ssh_config 
debug1: /etc/ssh_config line 20: Applying options for * 
debug1: Connecting to github.com [207.97.227.239] port 22. 
debug1: Connection established. 
debug1: identity file /Users/username/.ssh/id_rsa type 1 
debug1: identity file /Users/username/.ssh/id_rsa-cert type -1 
debug1: identity file /Users/username/.ssh/id_dsa type -1 
debug1: identity file /Users/username/.ssh/id_dsa-cert type -1 
ssh_exchange_identification: read: Connection reset by peer 

我在这里代替我的电子邮件和用户名。我一直在寻找这方面的一段时间,还没有找到一个人来解决它。我已经重置我的密钥w/github无济于事。任何想法在这一个?

回答

1

这不是一个Heroku问题,Github有问题。

https://status.github.com/

+0

哇,这看起来很简单。感谢您的高举。 – 2013-03-14 13:22:36

+0

自昨天以来,我一直有这个问题,并且github状态很好。它似乎与id_rsa有关 – srinivas 2014-12-18 05:45:02