您当前的位置: 首页 >  彭世瑜 git

Git: Cannot update paths and switch to branch 'feature' at the same time.

彭世瑜 发布时间:2018-09-04 14:53:21 ,浏览量:4

拉取远程分支:

git checkout -t origin/feature

报错如下

fatal: Cannot update paths and switch to branch 'feature' at the same time.
Did you intend to checkout 'origin/feature' which can not be resolved as commit?

解决:

git fetch
git checkout -t origin/feature
关注
打赏
1688896170
查看更多评论

彭世瑜

暂无认证

  • 4浏览

    0关注

    2727博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0575s