repo sync

get repo from following url:

  1. cd 
  2. git clone git://git.omapzoom.org/git-repo.git
  3. cp git-repo/repo ~/bin/repo 
  4. cd ~/bin
  5. sudo chmod +x repo
  6. vi ~/bin/repo -> 修改 
    REPO_URL = 'https://gerrit.googlesource.com/git-repo' 為 : 
    REPO_URL = 'git://git.omapzoom.org/git-repo.git' 
  7. repo init -u xxxx
  8. repo sync

猜你喜欢

转载自blog.csdn.net/pika_/article/details/78656376