1、正常初始化
repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify
2、获取tag点的manifest文件
- 在OpenHarmony的CI系统上,进入tag管理系统。http://ci.openharmony.cn/workbench/cicd/codecontrol/tagsystem
- 找到自己所需的tag文件并下载
3、使用下载的manifest文件文件覆盖当前manifest文件
- 将文件使用下载下来的文件内容覆盖
.repo/manifests/default.xml
的内容 - 拉取代码
repo sync -c --no-tag -j16 && repo forall -c 'git lfs pull' && bash build/prebuilts_download.sh