Git Product home page Git Product logo

Comments (11)

unifreak avatar unifreak commented on May 20, 2024 1

image

应该是同样的原因

from ruby.taobao.org.

songzy12 avatar songzy12 commented on May 20, 2024 1

当前应该使用

bundle config mirror.https://rubygems.org https://gems.ruby-china.com

from ruby.taobao.org.

Xenofex avatar Xenofex commented on May 20, 2024

相同的问题,证书已经过期了没法更新

from ruby.taobao.org.

zl810881283 avatar zl810881283 commented on May 20, 2024

相同问题,求尽快解决

from ruby.taobao.org.

cui-liqiang avatar cui-liqiang commented on May 20, 2024

问题已经解决

from ruby.taobao.org.

graysonchen avatar graysonchen commented on May 20, 2024

Thanks! cool.

from ruby.taobao.org.

FGFW avatar FGFW commented on May 20, 2024

网上已经有人碰到与楼上同样的问题了。

from ruby.taobao.org.

Tommassissimo avatar Tommassissimo commented on May 20, 2024

还是存在证书问题,更新openssl证书也没解决。

from ruby.taobao.org.

fishermancome avatar fishermancome commented on May 20, 2024

现在好像还没解决

from ruby.taobao.org.

JonyFang avatar JonyFang commented on May 20, 2024

修改下 Bundler 的 Gem 源代码镜像,执行如下命令即可

$ bundle config mirror.https://rubygems.org https://gems.ruby-china.org

这样你不用再去改 Gemfile 的 source 了

source 'https://rubygems.org/'

from ruby.taobao.org.

JonyFang avatar JonyFang commented on May 20, 2024

RubyGems 镜像的管理已经交由 Ruby China 负责了,需要切换下原先的 source

$ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/

执行完,校验下 source 是否切换过来了,就可以了

$ gem sources -l
*** CURRENT SOURCES ***

https://gems.ruby-china.org

from ruby.taobao.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.