File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33** 可访问 https://cs.android.com 或 https://github.com/aosp-mirror 在线搜索及浏览 AOSP 源码。**
44
5- 参考 Google 教程 https://source.android.com/setup/build/downloading,
5+ 参考 Google 教程 < https://source.android.com/setup/build/downloading > ,
66将 ` https://android.googlesource.com/ ` 全部使用如下链接代替即可。
77
88<tmpl >
1212由于使用 HTTPS 协议更安全,并且更便于我们灵活处理,所以强烈推荐使用 HTTPS 协议同步 AOSP 镜像。
1313
1414** 由于 AOSP 镜像造成 CPU/内存负载过重,我们限制了并发数量,因此建议:**
15- 1 . sync 的时候并发数不宜太高,否则会出现 503 错误,即` -j ` 后面的数字不能太大,建议选择 4。
15+ 1 . sync 的时候并发数不宜太高,否则会出现 503 错误,即 ` -j ` 后面的数字不能太大,建议选择 4。
16162 . 请尽量选择流量较小时错峰同步。
1717
1818## 过程摘录
@@ -136,8 +136,7 @@ Server does not provide clone.bundle; ignoring.` 怎么办?
136136
137137#### USTC
138138
139- 1 . USTC 推荐使用 ` git:// ` 协议,只有在无法使用 ` git:// ` 推荐使用 ` http:// ` 。
140- 2 . 由于硬盘 I/O 资源有限,Git 服务器每 IP 限制 5 个并发连接。
139+ 1 . 由于硬盘 I/O 资源有限,Git 服务器每 IP 限制 5 个并发连接。
141140 ` repo sync ` 命令默认使用 4 个并发连接,请勿使用 ` -j `
142141 参数增加并发连接数。
143142
You can’t perform that action at this time.
0 commit comments