2

我有一个简单的 Rails 测试应用程序,并且一直在将提交推送到 github,但没有 oa 问题。我去设置 w/heroku,(创建了应用程序,加载了 ssh 密钥),当我在推送到 heroku 之前返回推送更改到 github 时,我收到了这个错误:

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

当我运行时:

ssh -vT git@github.com

我得到:

ssh-keygen -t rsa -C "myemail@example.com"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

我在这里替换了我的电子邮件和用户名。我已经在这个上搜索了一段时间,但还没有找到旋转它的人。我已经用 github 重置了我的密钥,但无济于事。关于这个有什么想法吗?

4

1 回答 1

1

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

https://status.github.com/

于 2013-03-14T13:10:11.053 回答