使用 Git 报错 error: src refspec master matches more than one.

Posted 只有睿智的河水知道

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用 Git 报错 error: src refspec master matches more than one.相关的知识,希望对你有一定的参考价值。

今天在使用 Git push 代码时遇到一个报错:

error: src refspec master matches more than one.
error: failed to push some refs to [email protected]:yn/enh.git

 

出现这个错误是因为有一个与当前提交分支同名的标签

 

查看标签列表:

git tag

 

删除这个标签:

git tag -d <tag-name>

 

 

再次 push 就 ok 了

以上是关于使用 Git 报错 error: src refspec master matches more than one.的主要内容,如果未能解决你的问题,请参考以下文章

Git push 报错 "error: failed to push some refs to " 解决

git push报错:remote: error: refusing to update checked out branch: refs/heads/master

git 常见冲突解决——git push遇到报错error: failed to push some refs to ‘git@git.xxx.com:xxx/xxx.git

使用 Git 报错 error: src refspec master matches more than one.

error: src refspec master does not match any error: failed to push some refs to ‘github.com:Lydever/

error: src refspec master does not match any error: failed to push some refs to ‘github.com:Lydever/