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

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

 

解决方法:

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

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

 

相关文章:

  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-02-06
猜你喜欢
  • 2021-06-27
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-08-31
  • 2022-02-16
  • 2021-12-18
相关资源
相似解决方案