Tôi đang sử dụng Dropbox
để đồng bộ hóa git
kho lưu trữ, nhưng bây giờ khi tôi thử và push
tôi gặp lỗi:
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
Vì vậy, có vẻ như Dropbox đã phát hiện ra xung đột và tạo ra một bản sao. Ok, không vấn đề gì, vì vậy tôi đã xóa tệp bị xung đột. Tuy nhiên, vẫn nhận được lỗi git ở trên.
$ 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`
Làm thế nào tôi có thể sửa lỗi này? Cảm ơn.