2013-03-14 102 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