Git_错误_02_error: src refspec master does not match any

Posted shirayner

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git_错误_02_error: src refspec master does not match any相关的知识,希望对你有一定的参考价值。

现象:在一个目录下初始化仓库之后,就开始push到github,结果出现了这个错误。

 

错因:初始化仓库之后,并没有使用git add,git commit 命令将文件添加到git仓库中,所以仓库为空,而空的仓库是不能提交到github的。

 

解决方案:

(1)使用命令 ,一次性添加所有文件到暂存区

git  add .

(2)使用命令,将暂存区的文件提交到本地仓库中。

git  commit  -m" 第一次提交"

(3)使用命令,将本地仓库中的文件提交到远程仓库中

 git push -u  ray_qiyeweixin  master

 

远程仓库ray_qiyeweixin的创建命令为:

git remote add ray_qiyeweixin [email protected]:shirayner/WeiXin_QiYe_Demo.git

 

以上是关于Git_错误_02_error: src refspec master does not match any的主要内容,如果未能解决你的问题,请参考以下文章

如何解决:git push error: failed to push some refs to

git报错error: src refspec refs/heads/master does not match any.

imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective‘

imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective‘

linux apache 编译安装提示错误[htpasswd] Error 1 [all-recursive] Error 1

imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective‘(代码片段