11

コミットをリモートにプッシュしようとすると、次のエラー メッセージが表示されます。

$  git push origin master
To git@git1.eu1.frbit.com:hbrosuru.git
! [rejected]        ab68c0485d -> master (non-fast-forward)
error: failed to push some refs to 'git@git1.eu1.frbit.com:hbrosuru.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

複数のローカル ブランチをこの 1 つのリモート ブランチにプッシュすることで、どこかで混乱していると思います。基本的に、サーバー上にあるものを一掃し、ブランチ全体を新鮮なものからプッシュしたいと考えています。これは可能ですか、またはこのエラーを修正するためのより良い方法はありますか?

Ps。このリモート ブランチは Fortrabbit でホストされているため、Fortrabbit の展開メカニズムは Git に基づいているため、単にブランチを削除して新しいブランチを作成するためにサーバーに完全にアクセスすることはできません。

4

1 に答える 1