【发布时间】:2012-06-29 08:08:05
【问题描述】:
我正在使用 repo 来同步我的本地 android 源代码。我已经按照android源码网站上的说明进行操作了:http://source.android.com/source/downloading.html
当我尝试做 repo init 时:
repo init -u http://android.googlesource.com/platform/manifest
我收到以下错误:
fatal: Cannot get http://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error unknown url type: https
我在 google 上关注了多个线程并修改了我的 repo 脚本并将 REPO_URL 中的 https 更改为 http,但我仍然遇到同样的错误。
我还需要做什么?
请帮忙。
马库斯
【问题讨论】:
标签: android repository