Heroku にプッシュしようとした後、このエラー メッセージ (以下にコピー) を受け取りました。最初に Facebook キャンバス アプリをセットアップし、heroku オプションでホスティングを選択しました。Heroku の URL が表示され、自分のマシンで開発していたアプリにリモートとして追加しました。
heroku git:remote -a desolate-springs-1684
しかし、プッシュすると、このエラーが発生しました
error: failed to push some refs to 'git@heroku.com: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」を実行する必要があるようです。しかし、「git pull」の後に何を入れればよいでしょうか? heroku url の名前は? または、他の何か?