0
点赞
收藏
分享

微信扫一扫

报错:fatal: manifest ‘default.xml‘ not available resolve method

千妈小语 2022-07-15 阅读 96


下载aosp时,使用 ​​https://mirrors.tuna.tsinghua.edu.cn/help/git-repo/​​ 的镜像,在init的时候会报:

fatal: manifest 'default.xml' not available resolve method
fatal: manifest 'default.xml'

目前没有找到原因,解决的方法是换一个repo:

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo


举报

相关推荐

0 条评论