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).
我究竟做错了什么...?