From 0c793425591e2c0e6ee57a1e2a74dc1cda78266e Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 2 Jul 2021 09:52:21 +0000 Subject: [PATCH] =?UTF-8?q?Release=20notes=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E8=8E=B7=E5=8F=96=E7=AB=A0=E8=8A=82=20Signed?= =?UTF-8?q?-off-by:=20Mark=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/release-notes/OpenHarmony-2-0-Canary.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md index 8891673dcb8..7d7540ba8c9 100644 --- a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md +++ b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md @@ -2,6 +2,7 @@ - [版本概述](#section1677664815431) - [配套关系](#section13201781528) +- [源码获取](#源码获取) - [更新说明](#section11256141314463) ## 版本概述 @@ -52,6 +53,28 @@ +## 源码获取 + +### 方式一(推荐) + +通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 + + ```sh +repo init -u git@gitee.com:openharmony/manifest.git -b -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync -c +repo forall -c 'git lfs pull' + ``` + +### 方式二 + +通过repo + https 下载。 + +```sh +repo init -u https://gitee.com/openharmony/manifest.git -b -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync -c +repo forall -c 'git lfs pull' +``` + ## 更新说明 本版本完全继承了OpenHarmony 1.1.0的所有特性,并在OpenHarmony 1.1.0版本的基础上,新增标准系统版本形态,详情请参考下表 。 -- Gitee