git push错误does not match
使用GIT提交时出现,src does not match:
git push origin dev error: src refspec dev does not match any.error: failed to push some refs to '
提交的分支不对,需要切换分支
git branch git branch dev git checkout dev git push origin dev