リポジトリのDropbox
同期に使用していgit
ますが、試行するとpush
エラーが発生します。
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
したがって、Dropboxが競合を検出してコピーを作成したようです。わかりました。問題がないので、競合するファイルを削除しました。それでも、上記のgitエラーが発生します。
$ git checkout master
M index.html
Already on 'master'
$ git add .
$ git commit -a -m "Cleanup repo"
[master ff6f817] Cleanup repo
1 file changed, 5 insertions(+), 5 deletions(-)
$ git push
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
The remote end hung up unexpectedly`
どうすれば修正できますか?ありがとう。