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

Posted liuyp-ken

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[git]-Failed with error: dst refspec 1.9.3-20100630 matches more than one.相关的知识,希望对你有一定的参考价值。

【问题描述】

            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.的主要内容,如果未能解决你的问题,请参考以下文章

git error: RPC failed; curl transfer closed with outstanding read data remaining

Git 报错:git - error: RPC failed; curl 18 transfer closed with outstanding read data remaining 解决方案(示

mac 安装SVN报错Error: Command failed with exit 128: git

解决IDEA 中git 无法自动push 提交问题 Push failed: Failed with error: Could not read from remote repository.(示例代

git clone error:RPC failed; curl 18 transfer closed with outstanding read data remaining

VS 2017 Git failed with a fatal error的解决办法