Git error: src refspec refs/heads/master does not match any

git 心痛体会

Git error: src refspec refs/heads/master does not match any_第1张图片

在出现这个错误之后我先后找了几个方法但是都没解决掉我的问题,之后呢,我偶然看到一位 低调的大神发表的意见:

我就试了一下:

I faced same problem and I used --allow-empty.

$ git commit -m "initial commit" --allow-empty
...
$ git push
...

Git error: src refspec refs/heads/master does not match any_第2张图片

bingo! 很开心。

下面的链接是针对于:error: failed to push some refs to '[email protected]:Dannyzn/leetcode.git' 我觉得说的很靠谱,需要的可以看一下

https://blog.csdn.net/MBuger/article/details/70197532

转载于:https://my.oschina.net/u/3520255/blog/3034741

你可能感兴趣的:(Git error: src refspec refs/heads/master does not match any)