https://devcenter.heroku.com/articles/python代碼部署到Heroku的(?問題)
,當我試圖通過$ 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
接下來,我能夠加入RSA主機密鑰通過$ heroku keys:add
但IP地址我仍然得到這個錯誤:
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).
我在做什麼錯了......?
請標出正確的答案:) – Learath2 2013-02-23 16:58:23
@Learath如果我沒有足夠的聲望點,我該如何做到這一點? – Opal 2013-02-24 10:03:29
您可以通過點擊答案旁邊的複選標記來標記正確答案:http://meta.stackexchange.com/a/5235/142717 – Lipis 2013-02-24 10:34:58