From eed50d677faf17ecca2e9cd39cdb83ccee7551de Mon Sep 17 00:00:00 2001 From: liyan Date: Wed, 6 Apr 2022 03:00:28 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=A9=BA=E6=A0=BC=20Signed-off-by:=20?= =?UTF-8?q?li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quick-start/quickstart-ide-standard-sourcecode-acquire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/quick-start/quickstart-ide-standard-sourcecode-acquire.md b/zh-cn/device-dev/quick-start/quickstart-ide-standard-sourcecode-acquire.md index aba0a3439f..9a3e40f9c5 100644 --- a/zh-cn/device-dev/quick-start/quickstart-ide-standard-sourcecode-acquire.md +++ b/zh-cn/device-dev/quick-start/quickstart-ide-standard-sourcecode-acquire.md @@ -48,7 +48,7 @@ - **OpenHarmony主干代码获取** - 方式一(推荐):通过repo + ssh下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 + 方式一(推荐):通过repo + ssh下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 ``` repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify -- GitLab