我知道這是一個常見的情況,但我搜索谷歌/ stackoverflow和解決方案都不適合。我有這個RoR應用程序,我試圖推向heroku。首先,我創建了gentle-savannah-1528
(測功機?),我試圖git push heroku master
,但後來我得到這個錯誤:推到Heroku錯誤
emmanuels-imac:kal siaW$ git push heroku master
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
emmanuels-imac:kal siaW$
我已經嘗試了這麼多soluctions但沒有工作。有人可以幫我節省一些時間。我不能再花時間去試圖找出如何推動Heroku。
我已經做了:
命令'git remote -v'的輸出是什麼? – OneChillDude