默认情况下,git push并不会把tag标签传送到远端服务器上。
git push --tags或git push origin --tags
git push --tags或
git push origin --tags