error: src refspec master does not match any

后端 未结 21 1199
别跟我提以往
别跟我提以往 2020-12-22 17:38

I have tried to follow the solutions suggested in this post but it didnt work and I am still getting: src refspec master does not match any.

Here is what I did: Fo

21条回答
  •  借酒劲吻你
    2020-12-22 18:12

    I had already committed the changes and added all the files, had the same origin as remote, still kept getting that error. My simple solution to this was just:

    git push
    

提交回复
热议问题