情形:我在master分支上修改了文件,同時(shí)使用了git add 和 git commit 命令?,F(xiàn)在將修改的內(nèi)容推送到遠(yuǎn)程分支test上。報(bào)錯(cuò)src refspec test does not match any.?
解決方案git push origin master:test
情形:我在master分支上修改了文件,同時(shí)使用了git add 和 git commit 命令?,F(xiàn)在將修改的內(nèi)容推送到遠(yuǎn)程分支test上。報(bào)錯(cuò)src refspec test does not match any.?
解決方案git push origin master:test