当前位置:   article > 正文

报错:pathspec ‘xxx‘ did not match any file(s) known to git

did not match any file(s) known to git

escode 中进行分支切换时报如下错误

PS > git checkout xxx
error: pathspec 'xxx' did not match any file(s) known to git
  • 1
  • 2

远程分支已经在 gitlab 客户端手动创建,在 escode 中也使用了拉取之类的操作,但是切换分支时依然报错。

解决方案

查看分支

> git branch -a
  • 1

如果需要签出的分支不在列表中,则通过命令进行拉取

> git fetch
  • 1

拉取之后再查看一下分支,可以看到刚刚创建的新分支,执行签出命令

> git checkout xxx
  • 1

签出后检查一下当前分支

> git branch
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/927350
推荐阅读
相关标签
  

闽ICP备14008679号