Closed (fixed)
Project:
KML
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 18:16 UTC
Updated:
21 Jun 2012 at 23:51 UTC
There is a tag named HEAD which is causing warnings and errors. warning: refname 'HEAD' is ambiguous.
It needs to be deleted.
You can delete the local tag with git tag -d HEAD
You can delete the remote tag with git push origin :refs/tags/HEAD
Comments
Comment #1
jeffschulerI did this before; not sure why it's back. Did it again. Hopefully OK now...
Thanks!