recherche

Maison  >  Questions et réponses  >  le corps du texte

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

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

迷茫迷茫2772 Il y a quelques jours523

répondre à tous(3)je répondrai

  • PHPz

    PHPz2017-04-17 17:35:29

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

    répondre
    0
  • 迷茫

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

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

    répondre
    0
  • 大家讲道理

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

    试试

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

    répondre
    0
  • Annulerrépondre