如下轉自:http://www.cnblogs.com/dinphy/p/5669384.htmlhtml
問題:git
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno 101] Network is unreachable網站
訪問不了google網站。 google
解決方法,先單獨克隆repocode
git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo
而後將git-repo裏面的repo文件複製到bin目錄,而後chmod a+x ~/bin/repo.htm
再在同步源碼的工做目錄新建.repo文件夾,把git-repo重命名爲repo複製到.repo目錄下:blog
從新初始化:get
repo init -u https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b hotfix/bsp20.0.hf1
同步開始同步
repo sync -c -j8