關鍵的到Heroku的失敗:部署的應用程序,因爲當我執行未經授權
git push heroku master
我有以下幾點:
[email protected]:~/node-js-sample$ git push heroku master
! Your key with fingerprint XXXXXXXXXX is not authorized to access radiant-ocean-5431.
我已經註冊在我的Heroku賬戶只有一個SSH密鑰,只有一個應用程序。
[email protected]:~/node-js-sample$ heroku apps
=== My Apps
radiant-ocean-5431
thawing-bayou-7424
這是ssh-add -l
輸出:
2048 AAAAAAAAAAA /Users/mylocaluser/.ssh/id_rsa (RSA)
2048 BBBBBBBBBBB /home/ubuntu/.ssh/id_rsa_heroku (RSA)
git remote show heroku
也失敗
我試圖刪除並重新創建我的鑰匙,但沒有成功。 我也已經手動刪除了我的大部分關於herokus的密鑰,沒有任何成功。
我也跟着這樣的: https://stackoverflow.com/questions/8786564/cannot-push-to-heroku-because-key-fingerprint
我有我的用戶的別名,當我使用ssh,會不會是這個問題?
你確定你正在使用正確的英雄庫回購網址'git remote show heroku'? – iltempo
git遠程顯示heroku失敗了,我編輯了我的問題。 –
您確定您已登錄到正確的帳戶嗎?當您添加密鑰時,'heroku auth:whoami'會向您顯示您期望的輸出嗎? –