Skip to content

Commit 17f72ea

Browse files
committed
aosp: fix link and notes of USTC
1 parent ca3948a commit 17f72ea

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

AOSP/AOSP.zh.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**可访问 https://cs.android.comhttps://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>
@@ -12,7 +12,7 @@
1212
由于使用 HTTPS 协议更安全,并且更便于我们灵活处理,所以强烈推荐使用 HTTPS 协议同步 AOSP 镜像。
1313

1414
**由于 AOSP 镜像造成 CPU/内存负载过重,我们限制了并发数量,因此建议:**
15-
1. sync 的时候并发数不宜太高,否则会出现 503 错误,即`-j`后面的数字不能太大,建议选择 4。
15+
1. sync 的时候并发数不宜太高,否则会出现 503 错误,即 `-j` 后面的数字不能太大,建议选择 4。
1616
2. 请尽量选择流量较小时错峰同步。
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

0 commit comments

Comments
 (0)