git checkout 远程分支error

比如我有一个远程分支origin/test,正常情况下git checkout test的输出应该是

Branch 'test' set up to track remote branch 'test' from 'origin'.
Switched to a new branch 'test'

但是我这里输出的是

error: pathspec 'test' did not match any file(s) known to git.

原因是我这里有两个远程都有分支test。把其中一个远程删掉就好了。

参考文献:https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch

posted @ 2024-09-28 13:44  寻找繁星  阅读(0)  评论(0编辑  收藏  举报