git push“ src refspec refs / heads / feature / a-feature-branch不匹配任何”

时间:2018-08-24 18:23:19

标签: git push git-push git-flow

使用git flow命令完成功能分支 git flow功能完成功能分支后, git push -v 命令始终显示以下错误消息,无论我是哪个分支。

Pushing to git@github.com:/repo/repo.git
error: src refspec refs/heads/feature/a-feature-branch does not match any.
error: failed to push some refs to 'git@github.com:/repo/repo.git'

使用finish功能命令一切正常,因此 git flow 似乎不是问题。

如果我手动设置远程名称和分支名称,则可以正常工作,例如:

git push origin develop

似乎git push正在尝试推送已删除的分支,就像它的引用脏了一样。我已经搜索并尝试了很多东西,但似乎这个旧参考文献从未放弃。

这不是一个新的存储库,我尝试提交的每个分支都位于远程。过去的 push 功能完成命令运行良好。另外两台计算机也发生了同样的事情。

0 个答案:

没有答案