error: src refspec test does not match any.

Posted itbsl

tags:

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

我在本地创建了新分支test并提交到github上
错误信息如下:

error: src refspec test does not match any.
error: failed to push some refs to 'https://github.com/itbsl/admin.git'

错误的原因是远程并没有test分支,我们需要将在本地创建分支的信息推送到github上

git push origin HEAD -u

技术图片

可以到github看一下
技术图片

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

error: src refspec master does not match any.

error: src refspec XXX matches more than one

Git:错误:error:src refspec master does not match any

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

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

git commit时出错:error: src refspec master does not match any