下载aosp时,使用 https://mirrors.tuna.tsinghua.edu.cn/help/git-repo/ 的镜像,在init的时候会报:
fatal: manifest 'default.xml' not available resolve method
fatal: manifest 'default.xml' not found
目前没有找到原因,解决的方法是换一个repo:
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo