美文网首页iOS开发
设置Ruby报错bad response Not Found 4

设置Ruby报错bad response Not Found 4

作者: 先疯 | 来源:发表于2018-08-25 11:54 被阅读615次

    今天升级了下cocoapods,后来莫名其妙ruby环境出了问题只能重装

    但是几个ruby源都不太适用了

    比如:

    https://rubygems.org/

    http://ruby.taobao.org/

    https://ruby.taobao.org/

    ……

    设置时都会出问题报错  bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)

    网络上几乎都是老旧的博客,因为RubyGems镜像的管理工作已经移交给了Ruby China负责,

    所以现在大部分用的都是https://gems.ruby-china.org/,但是还是报错。

    后来点链接进去才发现.org域名备案问题改成了.com

    所以https://gems.ruby-china.com/  是可以用的

    附上终端命令如下:

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

    显示:

    https://gems.ruby-china.com/ added to sources

    https://rubygems.org/ removed from sources

    相关文章

      网友评论

      本文标题:设置Ruby报错bad response Not Found 4

      本文链接:https://www.haomeiwen.com/subject/srnwiftx.html