repo

repo的时候出现如下问题
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

解决办法
主要就是修改环境变量为export REPO_URL=‘git://codeaurora.org/tools/repo.git’
然后再repo init -u http://xxx/imx/fsl-arm-yocto-bsp.git -b xxx -m default.xml

还有几个备用的REPO_URL:

https://gerrit-googlesource.proxy.ustclug.org/git-repo
https://gerrit.googlesource.com/git-repo
git://aosp.tuna.tsinghua.edu.cn/git-repo
git://codeaurora.org/tools/repo.git

参考文章

  1. 搭建自己的repo server極簡入門

你可能感兴趣的:(repo)