【发布时间】:2022-10-06 12:56:01
【问题描述】:
好的,在 android repo 工具的清单文件中。执行后 回购初始化-uhttps://android.googlesource.com/platform/manifest
我们有一个 .repo 文件夹,其中包含一个清单文件夹,其中我们有 default.xml ,其中包含有关要提取的 repos 的信息。
根据https://gerrit.googlesource.com/git-repo/+/master/docs/manifest-format.md 对于远程,获取应该具有应该在每个项目之前添加前缀的 url。
但是 default.xml\ 的 fetch 字段包含
<remote name=\"aosp\"
fetch=\"..\"
review=\"https://android-review.googlesource.com/\" />
fetch 字段不应该是 android.googlesource.com。
标签: android-source repo