全部博文(137)
分类: LINUX
2011-01-29 01:10:11
Initialize Project Initialize project based on manifest chosen $ cd $MYDROID$ repo init -u $MANIFEST $ repo sync This process takes around an hour. Note: You might see the following error when you try to initialize repo: Error: IOError: [Errno 2] No such file or directory: '/home/ Following instructions may solve the above error $ touch ~/.gitconfig$ rm -rf .repo |