如果这样输入:

repo init -u git://github.com/CyanogenMod/android.git

会出现如下的错误:

 


应该这样:

repo init -u git://github.com/CyanogenMod/android.git -b gingerbread

即需要指定一个分支

相关文章:

  • 2022-01-21
  • 2022-01-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-06-14
  • 2022-01-26
相关资源
相似解决方案