fatal: cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

 

Ubuntu上执行 repo命令下载源码时报了这个错,

原因:repo 每次执行的时候都会去检查更新自己,但是网站被墙了。

 

解决方法:

在命令中为 repo 设置国内镜像更新地址,在原有命令基础上添加如下命令:

--repo-url=https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

 

fatal: cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

上一篇:Jquery ajax, Axios, Fetch区别


下一篇:临时生成的文件下载“提速” (提早开始下载)(node.js)