我在嘗試在Heroku上部署我的rails 4項目時出現錯誤。 每當我試圖git push Heroku master
命令我得到這個錯誤,git push heroku master的致命錯誤
C:\Sites\projects\eventstream>git push heroku master
ssh: heroku.com: no address associated with name
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我試圖檢查與錯字的錯誤,
C:\Sites\projects\eventstream>git remote -v
heroku [email protected]:boiling-river-3096.git (fetch)
heroku [email protected]:boiling-river-3096.git (push)
origin [email protected]:nileshlg2003/eventstream.git (fetch)
origin [email protected]:nileshlg2003/eventstream.git (push)
這是heroku.com 一樣,我不知道如何解決它,任何幫助將不勝感激。
^h您已完成'heroku鍵:添加' – 2014-09-02 11:02:57
是的我已經添加了關鍵 – gooner 2014-09-02 12:11:10