当我尝试将我的应用推送到 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 密钥。
要将 Heroku 应用程序添加为 Git 远程,您需要执行heroku git:remote -a yourapp.
heroku git:remote -a yourapp
来源:使用 Git 部署