GIT: Can't checkout out branch
Quick question. A colleague has pushed a branch using sourcetree and named it task/something/something_else
Using git in a bash shell, I've done git fetch
but am unable to check it out. I get the following error:
error: pathspec 'task/something/something_else' did not match any file(s) known to git.
How can I fix this?
链接地址: http://www.djcxy.com/p/26160.html下一篇: GIT:无法检出分支