मैं Dropbox
एक git
रिपॉजिटरी को सिंक करने के लिए उपयोग कर रहा हूं , लेकिन अब जब मैं कोशिश करता push
हूं और मुझे एक त्रुटि मिल रही है:
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
तो, ऐसा लगता है कि ड्रॉपबॉक्स ने एक संघर्ष का पता लगाया और एक प्रति बनाई। ठीक है, कोई समस्या नहीं, इसलिए मैंने विवादित फ़ाइल को हटा दिया। फिर भी, हालांकि उपरोक्त गिट त्रुटि हो रही है।
$ 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`
मैं इसे कैसे ठीक करूं? धन्यवाद।