Git提交文件报错: error: src refspec master does not match any

Posted Adorable_Rocy

tags:

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

前言:引发这个问题是真的太粗心了,就是将文件放到了暂存区,但是并没有提交,所以在推送的过程中无法匹配任何路径!

解决:git commit -m "msg"

user@DESKTOP-H2PS0OK MINGW64 /d/test (master)
$ git commit -m "loginsys"
[master (root-commit) 54b2a64] loginsys
 23 files changed, 1432 insertions(+)

再次推送,完美解决

以上是关于Git提交文件报错: error: src refspec master does not match any的主要内容,如果未能解决你的问题,请参考以下文章

git 常见冲突解决——git push遇到报错error: failed to push some refs to ‘git@git.xxx.com:xxx/xxx.git

git push 报错failed to push some refs to‘xxx‘

git常见错误:error: failed to push some refs to 'xxx'

使用 Git 报错 error: src refspec master matches more than one.

error: failed to push some refs to ‘git@xxx.git‘

git push报错error: failed to push some refs to 'git@github.com: