私は単純なRailsテストアプリを持っていて、問題のあるgithubにコミットをプッシュしています。私は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を使用してキーをリセットしましたが無駄になりました。これについて何かアイデアはありますか?