1
git tag
git tag <tag 名字>
git tag -d <tag 名字>
123
git push origin <tag 名字>orgit push upstream <tag 名字>
git push origin :refs/tags/标签名orgit push origin :refs/tags/protobuf-2.5.0rc1