Git - Tagging
You tried to tag a commit with
git tag v1.1 abc789 but got an error saying "fatal: Not a valid object name abc789". What is the likely cause?