私は同僚の仕事を再建しようとしています。Git rebase failed
まず、私は新しいコードが含まれているために< < < < <ヘッド縫い目競合のトンを取得します。
は、その後しばらくした後、私は次のエラーを取得する:
fatal: update_ref failed for ref 'refs/heads/dev_504':
cannot lock ref 'refs/heads/dev_504': ref refs/heads/dev_504 is at
XXXXXXX
but expected XXXXXXXX
Could not move back to refs/heads/dev_504
私はとにかく継続しようとするならば、私は次のエラーを取得する:
fatal: cannot resume: .git/rebase-apply/final-commit does not exist.
リベースが勝ったので、私はこの問題を解決するにはどうすればよいですエラーはありませんか?
http://stackoverflow.com/questions/3685001/git-how-to-fix-corrupted-interactive-rebaseをご覧ください。助けてくれるかもしれない –
'git rebase --abort'の後にやり直してみましたか? – dahlbyk
使用した最初のコマンドは何ですか? –