From 9665f0e40491d6970777955d8af12fc5b297bd46 Mon Sep 17 00:00:00 2001 From: aiyongfu <258065414@qq.com> Date: Fri, 31 Dec 2021 13:47:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=91=BD=E4=BB=A4=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20Signed-off-by:=20aiyongfu=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/release-notes/OpenHarmony-v3.1-beta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-v3.1-beta.md b/zh-cn/release-notes/OpenHarmony-v3.1-beta.md index ac4698f2bfd..5d658f8585b 100644 --- a/zh-cn/release-notes/OpenHarmony-v3.1-beta.md +++ b/zh-cn/release-notes/OpenHarmony-v3.1-beta.md @@ -53,7 +53,7 @@ 通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 ``` -repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Beta --no-repo-verify +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.1-Beta --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` @@ -63,7 +63,7 @@ repo forall -c 'git lfs pull' 通过repo + https 下载。 ``` -repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.1-Beta --no-repo-verify +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.1-Beta --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` -- Gitee