git报错error: src refspec refs/heads/master does not match any.
Posted weibanggang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git报错error: src refspec refs/heads/master does not match any.相关的知识,希望对你有一定的参考价值。
$ git push
error: src refspec refs/heads/master does not match any.
error: failed to push some refs
出错解决方案:
首先先试试注释
1.本地git仓库目录下为空
2.本地仓库add后未commit
3.git init错误
解决:
1.控制面板打开文件夹选项 打开隐藏文件和文件夹显示
2.到本地仓库目录下查看是否有.git文件夹——无 则git init
3.看.git文件夹下是否有之前提交的文件——若无 则重新 git commit (如果之前git add过的话 没有就要重新 add commit)
有问题请留言,感谢大家
以上是关于git报错error: src refspec refs/heads/master does not match any.的主要内容,如果未能解决你的问题,请参考以下文章
Git提交文件报错: error: src refspec master does not match any
Git:错误:error:src refspec master does not match any
git push 错误:src refspec main 与 linux 上的任何内容都不匹配
git commit时出错:error: src refspec master does not match any
git push 失败出现error: src refspec master does not match any.解决方案