搜索

首页  >  问答  >  正文

android - 为什么repo sync下来的代码处于no branch的状态

repo sync下来的代码为什么git branch看本地branch是no branch?

迷茫迷茫2772 天前531

全部回复(3)我来回复

  • PHPz

    PHPz2017-04-17 17:35:29

    你repo init是怎样的?有没有指定branch?或者你可以git branch -a查看所有分支,再切换到你想要的分支。

    回复
    0
  • 迷茫

    迷茫2017-04-17 17:35:29

    我可以相信,你没有cd进入刚才clone的目录

    回复
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:35:29

    试试

    git fetch  --all && git reset --hard origin/master

    回复
    0
  • 取消回复