嘗試推送到Heroku後,我收到了此錯誤消息(複製如下)。我最初設置了一個facebook canvas應用程序,並選擇了heroku選項上的託管。它給了我一個Heroku的URL,這是我加入的,我在我的機器Heroku:'git push -f'後如何「git pull」
heroku git:remote -a desolate-springs-1684
開發的應用程序的遠程但是,當我推開,我得到這個錯誤
error: failed to push some refs to '[email protected]:desolate-springs-1684.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
localhost:nhl michaelmitchell$
所以,我沒有
git push -f heroku master
但現在我顯然不得不做一個'混帳拉'。但是,在'git pull'之後我會放什麼? heroku網址的名稱?或者是其他東西?