Sto usando Dropbox
per sincronizzare un repository git
, ma ora quando provo e push
sto ottenendo un errore:Git fatale: Riferimento ha formato non valido: 'refs/teste/master
fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)'
Quindi, sembra che Dropbox abbia rilevato un conflitto e ne abbia creato una copia. Ok, nessun problema, quindi ho cancellato il file in conflitto. Comunque, ottenendo l'errore git sopra però.
$ 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`
Come posso risolvere questo? Grazie.
Aggiornamento dell'output nel post originale. – Justin
Hm, potresti provare un intero 'git push origin master', e anche incollare l'output di' git branch -a' per favore? – poke
Lo stesso errore qui ... provare 'git branch -a' ha come risultato proprio questo errore! – trusktr