diff --git "a/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" "b/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" index 4a9dbd455c5876eb87fa60ac32eb9858a0a72127..704c96e27538933f4f01d1362a14a2fd33cade45 100755 --- "a/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" +++ "b/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" @@ -238,6 +238,12 @@ repo init -u https://gitee.com/openharmony/manifest.git -b master repo sync -c ``` +多核工作站可以使用 `-jthreadcount`利用多线程加速同步. 详见[Repo参考文档](https://source.android.com/setup/develop/repo#sync). + +``` +repo sync -c -j56 +``` + 方式二:通过git clone单个代码仓库 进入代码仓库主页:[https://gitee.com/openharmony](https://gitee.com/openharmony),选择需要克隆的代码仓库,执行命令,如: