0

コンピューターを再起動するまで、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 keys:add を見てみましたが、違いはないようです。

何か案は?

ありがとう!

4

2 に答える 2

0

ssh キーに問題があるようです。~/.ssh ディレクトリでキーを確認し、Heroku にあるものと一致することを確認します。

https://devcenter.heroku.com/articles/keysこのリンクでは、システムで使用するキーの設定について説明しています。

うまくいけば、それが役立ちます:)

于 2013-07-01T04:19:10.170 に答える