公司准备要搞鴻蒙的項目需要學習一下。搜了一下 gitee 要實名認證很反感。
搜了一下 github 只有 1.0 的源码太老了。
鸿蒙官网也有 github 的下载方法:
方式一(推荐):通过 repo + ssh 下载(需注册公钥,请参考 GitHub 帮助中心)。
repo init -u git@github.com:openharmony/manifest.git -b master --no-repo-ferify
repo sync -c
repo forall -c 'git lfs pull'
方式二:通过 repo + https 下载。
repo init -u https://github.com/openharmony/manifest.git -b master --no-repo-ferify
repo sync -c
repo forall -c 'git lfs pull'
以上都试过了要么就是太慢要么就是提示没权限,已经上传了公钥 |
|