顯示頁面 舊版 反向連結 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== repo ====== ===== Install repo tool ===== <code> curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo </code> https://source.android.com/source/downloading ===== Using repo tool ===== <code> mkdir new-proj cd new-proj repo init -u [upstream-url] [options] repo sync repo status </code> https://source.android.com/source/using-repo