git出现报错:src refspec master does not match any

177 阅读1分钟

问题描述

src refspec master does not match any

原因

在进行Git push时没有进行切换分支。

解决办法

git checkout 分支名