五,制作鏡像
$ cd ~
$ git clone git://192.168.0.100/android/platform/manifest.git
Edit the file(修改文件) "~/manifest.git/default.xml"commit this change to the Git repository and push this change back to the parent Git tree.(提交修改)
$ cd ~/manifest.git
$ git commit -a
$ git push user@192.168.0.100:/pub/gittrees/android/platform/manifest.git
六,使用
下載android源碼
$ cd ~
$ mkdir mydroid
$ cd mydroid
$ repo init -u git://192.168.0.100/omap-android/repo/android/platform/omapmanifest.git
$ repo sync