Git-error: dst refspec branch matches more than one

Git-error: dst refspec branch matches more than one

最近开发过程中发现git在push过程中一直reject,但是看见more than one 看了自己分之发现并没有多余的分之,后来在群里发现有人tag打了和分之一样的名字,但是已经删掉了。

最后解决办法:

远程tag检查,一搬在gitlab上看,或者命令 git tag查看所有tag,其实这个命令查看的是远程这个服务所有tag,自己文件夹下面.git->regs->tags是本地拉到的tag,如果发现tag和branch name一样,看你要删掉没用的tag,或者重新拉取分支

总结:

tag name和branch name不可以相同

你可能感兴趣的:(git)