次の行を使用して、コードを Heroku にプッシュしようとしています。
git push heroku master
しかし、次のエラー/メッセージが表示され続けます。
Warning: Permanently added 'heroku.com,50.85.49.333' <RSA> to the list of known hosts.
Permission denied <public key>
fatal: Could not read from remote repository
Please make sure you have the correct access rights and the repository exists.
キーをアップロードしました:
heroku keys:add ~/.ssh/id_rsa.pub
そして、リモートを git url に設定します。
git remote set-url heroku git@heroku.com:project-name.git
そして、まだ運がありません。誰でも問題を指摘できますか?
私はこの短いつぶやきに従っています。