小编典典

“heroku”似乎不是 git 存储库

all

当我尝试将我的应用推送到 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 密钥。


阅读 83

收藏
2022-05-13

共1个答案

小编典典

要将 Heroku 应用程序添加为 Git 远程,您需要执行heroku git:remote -a yourapp.

来源:使用 Git 部署

2022-05-13