What to do about curl clone.bundle error on AOSP repo sync

一曲冷凌霜 提交于 2019-12-03 01:09:41
Magnus Bäck

Repo attempts to download a prepackaged bundle file to bootstrap each git prior to downloading the most recent data via Git's HTTP protocol. The latter is more expensive on the server side and results in worse performance so the bundle file allows the download to cut some corners. If a bundle file isn't available (like in this case), Repo will ignore it and proceed anyway. In other words, don't pay any attention to this.

In newer versions of repo, this can be ignored using the --no-clone-bundle option, such as:

repo sync --no-clone-bundle
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!