我有一个带有 2 个测功机(一个网络和一个工人)的 python heroku 应用程序。
由于过去几个小时我似乎无法部署
尝试部署(“git push heroku master”)时出现以下错误
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
直到今天,这一直运行良好。
我还检查了以下内容,它们似乎是正确的:
- 我的公钥是在我的帐户下定义的
- 我的应用正在响应(例如不是空闲)
- 在 git config 文件中正确配置了存储库 url
还有什么可以改变的?