返回介绍

Chromium OS 镜像使用帮助

发布于 2021-03-20 05:23:10 字数 1441 浏览 1418 评论 0 收藏 0

Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people who spend most of their time on the web.

准备工作

下载 repo 工具:

mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo

或者使用tuna的git-repo镜像

下载代码

建立工作目录:

mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY

初始化仓库:

repo init -u https://mirrors.tuna.tsinghua.edu.cn/git/chromiumos/chromiumos/manifest

注意: 本镜像是 Chromium OS 的 master 分支的镜像,如果使用本镜像下载 Chromium OS 的其他版本很大概率会失败

如果提示无法连接到 gerrit.googlesource.com,请参照git-repo的帮助页面的更新一节。

接着使用编辑器打开.repo/manifests/_remotes.xml这个文件,将

"https://chromium.googlesource.com"

替换为

"https://mirrors.tuna.tsinghua.edu.cn/git/chromiumos"

接着将

"https://android.googlesource.com"

替换为

"https://mirrors.tuna.tsinghua.edu.cn/git/AOSP"

即可。

最后同步源码树(以后只需执行这条命令来同步):

repo sync

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文