저장소 Dropbox
를 동기화하는 데 사용 하고 git
있지만 지금 시도 push
하면 오류가 발생합니다.
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
따라서 Dropbox가 충돌을 감지하고 복사본을 만든 것 같습니다. 네, 문제 없습니다. 충돌하는 파일을 삭제했습니다. 그래도 위의 자식 오류가 발생합니다.
$ 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`
이 문제를 어떻게 해결할 수 있습니까? 감사.