ฉันใช้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`
ฉันจะแก้ไขปัญหานี้ได้อย่างไร? ขอบคุณ.