error: src refspec master does not match any.
Posted xiaojianliu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: src refspec master does not match any.相关的知识,希望对你有一定的参考价值。
执行下面的命令,git push 时候出错:
git push origin master
出现如下错误:
error: src refspec master does not match any.
error: failed to push some refs to ‘[email protected]:********‘
原因:
本地仓库为空
解决办法:
git add somefile
git commit -m "comment"
以上是关于error: src refspec master does not match any.的主要内容,如果未能解决你的问题,请参考以下文章
使用 Git 报错 error: src refspec master matches more than one.
解决:github上传时出现error: src refspec master does not match any
git commit时出错:error: src refspec master does not match any
git报错error: src refspec refs/heads/master does not match any.
git push 失败出现error: src refspec master does not match any.解决方案