提交 1822c6e2 编写于 作者: M Mark 提交者: Gitee

提供代码下载失败时的临时repo命令

上级 6080aab2
...@@ -119,6 +119,8 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 ...@@ -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 master --no-repo-verify
# 使用此命令初始化时,可能会因为网络慢的问题导致代码更新失败,可以尝试以下命令来初始化:
repo init -u https://gitee.com/openharmony/manifest.git -b ssh/master --no-repo-verify
``` ```
3. 更新代码。 3. 更新代码。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册