git checkout -b abel remotes/origin/abel
今天在服务器拉去代码的时候创建分支出现了
fatal: Cannot update paths and switch to branch '**' at the same time.
Did you intend to checkout 'remotes/origin/abel' which can not be resolved as commit?
解决办法:
1.查看本地分支是否有创建
2.服务器: git fetch
就解决了