git pull不能默认将所有的tags拉下来。如果你和我一样,遇到了不能通过git tag显示所有tags的问题。
先使用
git fetch --tags
然后再
git tag
问题解决。
相关参考:https://stackoverflow.com/questions/17355477/remote-tag-not-shown-in-local
git pull不能默认将所有的tags拉下来。如果你和我一样,遇到了不能通过git tag显示所有tags的问题。
先使用
git fetch --tags
然后再
git tag
问题解决。
相关参考:https://stackoverflow.com/questions/17355477/remote-tag-not-shown-in-local
本文标题:git tag不能显示所有tags
本文链接:https://www.haomeiwen.com/subject/ymbkbxtx.html
网友评论