From 1822c6e2b0a9b8daae5fc3723cd2a47ce1b62d04 Mon Sep 17 00:00:00 2001 From: Mark <7990453+xdurainbow@user.noreply.gitee.com> Date: Fri, 11 Jun 2021 20:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9B=E4=BB=A3=E7=A0=81=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=A4=B1=E8=B4=A5=E6=97=B6=E7=9A=84=E4=B8=B4=E6=97=B6?= =?UTF-8?q?repo=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\272\220\347\240\201\350\216\267\345\217\226.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" index f28d683ae6..a97c3ac5f7 100755 --- "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" +++ "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" @@ -119,6 +119,8 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 ``` repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify + # 使用此命令初始化时,可能会因为网络慢的问题导致代码更新失败,可以尝试以下命令来初始化: + repo init -u https://gitee.com/openharmony/manifest.git -b ssh/master --no-repo-verify ``` 3. 更新代码。 -- GitLab