私は、Ruby on Rails アプリを Heroku に配置するよう求められているクラスにいます。彼らは、Heroku でセットアップするための段階的な指示を与えてくれました。私はそれに従いました。コマンド ラインから heroku にログインできますが、アプリをプッシュしようとすると、次のようになります。
Read from socket failed: Connection reset by peer
fatal: The remote end hung up unexpectedly
サーバーにpingを実行しましたが、うまくいきました。私は再起動を試み、1日後に戻ってきて、アプリを再作成しましたが、うまくいきました. Heroku ツールベルトがあることを確認しました。私はグーグルを検索するのに何時間も費やしました。私はまだ解決策を見つけていません。
実行時にssh -vvv mylogin@heroku
私が得た
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
ssh: Could not resolve hostname heroku: Name or service not known
実行時にssh git@heroku.com -T
私が得た
Warning: Permanently added the RSA host key for IP address '50.19.85.154' to the list of known hosts.
Permission denied (publickey).
だから私はgit push heroku master
もう一度試してみました
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
何か案は?