MirrorZ Help

Gentoo Portage Git 镜像使用帮助

选择镜像

第一次使用 git 同步方式的用户需要进行如下操作:

  • 修改 /etc/portage/repos.conf/gentoo.conf

    • sync-type 改为 git
    • sync-uri 改为
    https://(Loading...)
  • 删除 /var/db/repos/gentoo

  • 执行 emerge --sync

已经配置 git 同步的用户只需:

  • 修改 /etc/portage/repos.conf/gentoo.conf

    • sync-uri 改为
    https://(Loading...)
  • /var/db/repos/gentoo 下,执行

git remote set-url origin https://(Loading...)
  • 执行 emerge --sync

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。