6

タイトルに記載されているように、自分のアプリの1つにプッシュできません。
他のアプリへの「gitpush」は正常に機能するため、クレデンシャル/キーの設定は問題ありません。

エラーメッセージ:

$ git push app-remote

 !  Heroku Git error, please try again shortly.
 !  See http://status.heroku.com for current Heroku platform status.
 !  If the problem persists, please contact http://support.heroku.com.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

私のチケットは4日後に応答がないため、Herokuのサポートに失望しています:(

4

4 に答える 4

11

$ git push heroku master

Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

heroku keys:addはこれを修正してくれました

于 2013-03-23T20:34:08.910 に答える
4

私は同様の応答を得ていました:

$ git push heroku master
exec request failed on channel 0
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

アプリケーションのURLにアクセスした後、プッシュは問題ありませんでした。エラーは、過去1時間に使用されていないHeorkuアイドリングアプリケーションで何かをしていると思います(私のものはfree / devアカウントにありました)。

于 2013-01-16T15:56:05.197 に答える
4

私もどこからともなくこの問題に遭遇しました。私のためにそれを修正してdynosを再起動するだけheroku restartです。@akegaljが述べた理由で推測しています

于 2015-09-02T13:56:57.147 に答える
1

リポジトリが壊れていました。

Herokuのサポートは、修正に1週間以上かかりました。

于 2013-01-17T20:33:13.287 に答える