I am using Dropbox to sync a git repository, but now when I try and push I am getting an error:
Dropbox
git
push
fatal: Reference has inval
For me it was giving error: fatal: Reference has invalid format: 'refs/tags/r0.2:3'
fatal: Reference has invalid format: 'refs/tags/r0.2:3'
You can go to /.git/packed_refs file and delete the line for refs/tags/r0.2:3
refs/tags/r0.2:3
Then it started working. But why it happened in the first place I don't know.