android - 为什么repo sync下来的代码处于no branch的状态
迷茫
迷茫 2017-04-17 17:33:29
0
3
524

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全部回复(3)
PHPzhong

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

迷茫

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

大家讲道理

试试

git fetch  --all && git reset --hard origin/master
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板