【发布时间】:2013-08-26 17:38:05
【问题描述】:
当我尝试将我的应用推送到 Heroku 时,我得到了以下响应:
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我尝试了“heroku keys:add”,但仍然得到相同的结果。 我的 GitHub 帐户已经有一个 ssh 密钥。
【问题讨论】:
-
你用什么命令推送的?您之前执行了哪些步骤?
-
看看
git remote -v的输出,看看你设置了哪些遥控器。 -
确保您在正确的目录中。那是我的问题。
-
@tmthyjames - 快点,这也是我的问题,谢谢!