我的heroku / git设置工作正常,直到我重新启动计算机。现在当我尝试将任何更改推送到远程存储库时,我收到以下错误。
! Your key with fingerprint ..... is not authorized to access .....
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我试着查看heroku键:添加,但似乎没有任何区别。
有什么想法吗?
谢谢!
答案 0 :(得分:0)
这听起来像你的ssh键有问题。检查你的〜/ .ssh目录中的密钥,并确保它们与你在Heroku上的内容相匹配。
https://devcenter.heroku.com/articles/keys此链接用于设置密钥以便与系统配合使用。
希望这有助于:)
答案 1 :(得分:0)