Git: cannot checkout branch - error: pathspec '…' did not match any file(s) known to git

后端 未结 30 3282
太阳男子
太阳男子 2020-11-27 23:54

I\'m not sure why I\'m unable to checkout a branch that I had worked on earlier. See the commands below (note: co is an alias for checkou

30条回答
  •  攒了一身酷
    2020-11-28 00:32

    If branch name and you dont have any uncommited file, then try this

    git fetch && git checkout 
    

提交回复
热议问题