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

jeffschuler’s picture

Status: Needs review » Fixed

I did this before; not sure why it's back. Did it again. Hopefully OK now...
Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.