Git推送分支到远程分支时报错
error: dst ref refs/heads/testBranch receives from more than one src
error: failed to push some refs to ‘https://gitee.com/xxx/note.git’
git push origin testBranch : testBranch
原因:两个分支名字与冒号中间不能存在空格,删掉空格就O了!
Git推送分支到远程分支时报错
error: dst ref refs/heads/testBranch receives from more than one src
error: failed to push some refs to ‘https://gitee.com/xxx/note.git’
git push origin testBranch : testBranch
原因:两个分支名字与冒号中间不能存在空格,删掉空格就O了!