1、基于 TortoiseGit 推送时,提示:输入的源引用不明确,如图1
2、分析原因,在于同时存在同名的分支与标签,名为:fixbug-1.3.26-alpha.3,如图2
3、根据提示,添加 refs/heads/ 作为分支的前缀,如图3
4、推送成功,如图4
git.exe push --progress "origin" refs/heads/fixbug-1.3.26-alpha.3:refs/heads/fixbug-1.3.26-alpha.3
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/181451.html