解决:github上传时出现error: src refspec master does not match any

Posted dinphy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:github上传时出现error: src refspec master does not match any相关的知识,希望对你有一定的参考价值。

原因分析

  引起该错误的原因是,目录中没有文件,空目录是不能提交上去的

解决方法

touch README
git add README 
git commit -m first commit
git push origin master

 

以上是关于解决:github上传时出现error: src refspec master does not match any的主要内容,如果未能解决你的问题,请参考以下文章

Error Running Git Empty git --version output:IDEA关联GitHub时出现这个错误

git的常见错误

git上传时出现ERROR: Repository not found.的解决办法

Git上传错误:The requested URL returned error: 403

运行cmake时出现CMake Error at CMakeLists.txt:5 (ADD_EXECUTABLE):,怎么解决?

将 Laravel 项目上传到服务器时出现错误 500