码迷,mamicode.com
首页 > 其他好文 > 详细

[git]-Failed with error: dst refspec 1.9.3-20100630 matches more than one.

时间:2020-07-10 15:10:11      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:bash   efs   har   git   pre   xxx   highlight   some   class   

【问题描述】

            Failed with error: dst refspec 1.9.3-20100630 matches more than one.
            failed to push some refs to ‘git@xxxxxx.git‘

技术图片

 

【问题根源】

             tag名字和分支名字一样

【解决方案】

删除本地tag:

git tag -d v20190514

 

删除远程tag:

git push origin :refs/tags/v20190514

 

 

 

[git]-Failed with error: dst refspec 1.9.3-20100630 matches more than one.

标签:bash   efs   har   git   pre   xxx   highlight   some   class   

原文地址:https://www.cnblogs.com/liuyp-ken/p/13278909.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!