openharmony备忘录
网友:dl
文档中心
2023-02-09 18:17:57
- 1 重置工作区,删除所有修改(记得备份你改的代码): repo forall -c “pwd;git reset --hard; git clean -fd”
- 2 更新最新代码: repo sync -c -j8; repo forall -c “pwd;git lfs install;git lfs pull”
- 3 执行prebuilts下载脚本: bash build/prebuilts_download.sh