下载Android源码遇到如下问题:
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
解决办法:
通过别的源下载repo到/home/Download目录
git clone https://github.com/rochy2014/repo.git
在源码根目录:
mkdir .repo
mv /home/Download/repo .repo/
然后在下载就可以了
下载Android源码遇到如下问题:
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
解决办法:
通过别的源下载repo到/home/Download目录
git clone https://github.com/rochy2014/repo.git
在源码根目录:
mkdir .repo
mv /home/Download/repo .repo/
然后在下载就可以了