Why cant i see my git tag on the bitbucket remote repository?

I have tried to tag by release from my ide (Intellij) , its seems to have worked in that there were no errors and if I run

git tag

from the command line my tag is listed

But I cant see the tag from the BitBucket master repository that I cloned from and when I try to push my repository it says there is nothing to push

链接地址: http://www.djcxy.com/p/27146.html

上一篇: 将TAG推送到服务器时发生致命错误

下一篇: 为什么不能在bitbucket远程存储库上看到我的git标签?