fatal: Cannot get https://gerrit-google.tuna.tsinghua.edu.cn/git-repo/clone.bundle

fatal: Cannot get https://gerrit-google.tuna.tsinghua.edu.cn/git-repo/clone.bundle
fatal: error [Errno -2] Name or service not known
fatal: cloning the git-repo repository failed, will remove '.repo/repo'

由于repo 每次执行的时候都会去更新自己

,由于下载地址被墙,导致无法更新而不能继续执行


解决方法:
为repo 设置国内镜像更新地址 --repo-url=https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

repo init -u xxx -b brach --repo-url=https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

你可能感兴趣的:(Yocto,centos,linux,运维)