From a42e5af1925acd9f9e365ac9dd3e9dd9f1bca686 Mon Sep 17 00:00:00 2001 From: tenngo Date: Thu, 10 Sep 2020 18:18:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20get-code/=E6=BA=90=E7=A0=81=E8=8E=B7?= =?UTF-8?q?=E5=8F=96.md.=20=E4=BF=AE=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ”方式二:通过git clone单个代码仓库 进入代码仓库主页:https://gitee.com/openharmony ,选择需要克隆的代码仓库,执行命令,如:” 部分的链接跳转错误 --- "get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 126a6414913..0e1ae1d79cc 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" @@ -240,7 +240,7 @@ repo sync -c 方式二:通过git clone单个代码仓库 -进入代码仓库主页:https://gitee.com/openharmony,选择需要克隆的代码仓库,执行命令,如: +进入代码仓库主页:https://gitee.com/openharmony ,选择需要克隆的代码仓库,执行命令,如: ``` git clone https://gitee.com/openharmony/manifest.git -b master -- Gitee