First off: if you are not using git 1.7.x, you should be. git --version Second... do: git tag If it's not showing any tags, there's your problem. A simple git pull --tags should fix that issue.