2017-12-17 12 views
0

私は本当に混乱しています。私はアプリにいくつかの変更を加え、変更をherokuにプッシュする必要があります。Git Push Herokuマスターが拒否されました。最新のものはすべて

私はgit add .git commit -m "message"、およびgit push origin masterを実行している(私の仕事は、masterブランチ上にあるすべての)、およびメッセージを取得するが、私は直後git push heroku masterを実行したときには、しかし

Everything up to date.を言って、私はUpdates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes (e.g. 'git pull ...') before pushing again.

を言ってメッセージを取得します

git pull origin masterを実行すると、Already up-to-dateと表示されます。だから私は本当にここに何があるのか​​、何をする必要があるのか​​、本当に困惑しています!

+0

ことが示唆されているように、あなたは 'gitのプルHerokuののmaster'を試みたことがありますか? –

+0

はい、私はそれを反映するために私の質問を編集しました。 – bjorkland

+0

'git pull herokuマスター' 'git pull origin master' –

答えて

関連する問題