首页 > 代码库 > 使用 Git 报错 error: src refspec master matches more than one.
使用 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 ‘git@127.0.0.1:yn/enh.git‘
出现这个错误是因为有一个与当前提交分支同名的标签
查看标签列表:
git tag
删除这个标签:
git tag -d <tag-name>
再次 push 就 ok 了
使用 Git 报错 error: src refspec master matches more than one.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。