github - 使用git push时出现error: src refspec master does not match any. 是什么原因
PHP中文网
PHP中文网 2017-05-02 09:30:04
0
2
1006

使用git push是,采用以下步骤:

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/focusor/focusor.github.io.git
git push -u origin master

产生如下错误:

error: src refspec master does not match any. 
error: failed to push some refs to "xxxxxxx"

然后用如下方法解决了:

git add .
git commit -m "write your meaaage"

之后push就成功了,具体原因是什么呢?

PHP中文网
PHP中文网

认证0级讲师

全部回复(2)
巴扎黑

这种错误一般是因为push的时候暂存区没有文件,确认下add的README.md存不存在

PHPzhong

上面说得对,你的暂存区是没有内容的

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板