在 2017年4月29日星期六 UTC+8上午10:32:36,Song Xinlong写道: > 网站关于下载LineageOS的说明貌似不太正确吧。 > 下面这句话就无法通过:repo init -u > https://mirrors.tuna.tsinghua.edu.cn/git/lineageOS/LineageOS/android.git -b > 14.1 > > 在网上查找资料,将-b 14.1 换成 -b cm-14.1成功下载了,但是同步的时候遇到fetch不到。
是,因为TUNA不支持git协议,也就砍掉了诸如--depth的git参数。 具体报错是这个。 ``` dumb http transport does not support --depth ``` -- --- You received this message because you are subscribed to the Google Groups "TUNA 主邮件列表" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
