From 85c46ee1612c1b38b57434ad91435ee45ee402fb Mon Sep 17 00:00:00 2001 From: dpls Date: Fri, 18 Sep 2020 22:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0get-code/=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E8=8E=B7=E5=8F=96.md=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F4=E4=B8=ADgitee=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=93=E5=BA=93=E4=B8=BB=E9=A1=B5=E8=B6=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=B8=8E=E5=90=8E=E7=BB=AD=E5=86=85=E5=AE=B9=E6=9C=AA?= =?UTF-8?q?=E5=88=86=E5=89=B2=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "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 0ca8821ef74..ac206a61a3f 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](https://gitee.com/openharmony),选择需要克隆的代码仓库,执行命令,如: ``` git clone https://gitee.com/openharmony/manifest.git -b master -- Gitee