Git error: dst refspec xxx matches more than one.
问题描述
这是Git提交时,远端出现了 xxx 同名的branch 或者 tag。删除即可解决~
解决
删除分支
git push origin :heads/xxx
删除tag
git push origin :tags/xxx
(本文完)

加个微信,送你一份我整理的《100+ 个内容运营工具资料包》
短视频运营工具、新媒体运营工具、自媒体运营工具等推荐
问题描述
这是Git提交时,远端出现了 xxx 同名的branch 或者 tag。删除即可解决~
解决
删除分支
git push origin :heads/xxx
删除tag
git push origin :tags/xxx
(本文完)
加个微信,送你一份我整理的《100+ 个内容运营工具资料包》