标签: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