6

如标题中所述,我无法推送到我的某个应用程序。
“git push”到其他应用程序工作正常,因此设置凭据/密钥是可以的。

错误信息:

$ 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.

我对 Heroku 的支持感到失望,因为我的票在 4 天后没有答案:(

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 键:为我添加修复此问题

于 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后推送成功。我想错误必须与过去一小时内未使用的 Heorku 空闲应用程序有关(我的是免费/开发帐户)。

于 2013-01-16T15:56:05.197 回答
4

我也莫名其妙地遇到了这个问题。只需重新启动测功机并heroku restart为我修复它。我猜是@akegalj 提到的原因

于 2015-09-02T13:56:57.147 回答
1

存储库已损坏。

Heroku 支持花了一个多星期的时间来修复它。

于 2013-01-17T20:33:13.287 回答