MirrorZ Help

Ruby Gems 镜像使用帮助

选择镜像

gem

使用以下命令替换 gems 默认源

# 添加镜像源并移除默认源
gem sources --add https://(Loading...)/ --remove https://rubygems.org/
# 列出已有源
gem sources -l
# 应该只有镜像源一个

或者,编辑 ~/.gemrc,将

https://(Loading...)/

加到 sources 字段。

bundler

使用以下命令替换 bundler 默认源

bundle config mirror.https://rubygems.org https://(Loading...)

官方文档:http://bundler.io/v1.16/man/bundle-config.1.html#MIRRORS-OF-GEM-SOURCES

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

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

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