之前上傳到Heroku很多次,並且不知道這次是什麼錯誤 - 也許是因爲我使用公共互聯網?Heroku - 添加SSH公鑰並仍然獲得權限被拒絕(publickey)錯誤
無論如何,所以我加入
>heroku keys:add
Found existing public key: C:/Users/Chris/.ssh/id_rsa.pub
Uploading SSH public key C:/Users/Chris/.ssh/id_rsa.pub...done
>git push heroku master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
新的公共密鑰爲什麼我不能推到Heroku的?
我檢查了我的鑰匙
的Heroku鍵
和我的終端上來正確,所以它應該是工作。任何人都會發光?
運行'heroku apps'看看你的應用程序是否在那裏? –