天天看點

[RK3288][Android7.1] Android7.1 nougat source code下載下傳

#mkdir rk3288_nougat; cd rk3288_nougat

#git clone ssh://[email protected]/repo/rk/tools/repo

#./repo/repo init --repo-url ssh://[email protected]/repo/rk/tools/repo 
-u ssh://[email protected]/gerrit/rk/platform/manifest -b android-7.0 
-m rk3288_tablet_nougat_release.xml

#./repo/repo sync
           

下載下傳代碼需要生成ssh key:

ssh-keygen -t rsa -C “[email protected]”

[email protected] 替換成郵箱位址

生成的~/.ssh/id_rsa.pub檔案需要發給rk授權才能下載下傳源碼。

繼續閱讀