https://devcenter.heroku.com/articles/python
コードをデプロイしようとすると$ git push heroku master
、エラーが発生します。
Warning: Permanently added the RSA host key for IP address '50.19.85.132' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
次に、によってそのIPアドレスのRSAホストキーを追加できました$ heroku keys:add
が、それでもこのエラーが発生します。
Found existing public key: /Users/opalkale/.ssh/github_rsa.pub
Uploading SSH public key /Users/opalkale/.ssh/github_rsa.pub... done
(venv)Opal-Kales-MacBook-Pro:helloflask opalkale$ git push heroku master
Permission denied (publickey).
私は何を間違っているのですか...?