git push error Posted by Ryan 錯誤訊息 : error: src refspec master does not match any 解決方式: 代表目前對應的Repo裡面沒有master分支,需要先建立與指定 在終端機輸入 : git branch -M master 537 total views, 2 views today