Error fetching https://gems.ruby-china.org/: bad response Not Found 404

Error fetching https://gems.ruby-china.org/: bad response Not Found 404 报错解决办法

Error fetching https://gems.ruby-china.org/: bad response Not Found 404 报错解决办法

Error fetching https://gems.ruby-china.org/: bad response Not Found 404_第1张图片
原因是 服务域名 更换了,打开报错地址:https://gems.ruby-china.org/,会有如下图提示,将org后缀改为com即可

gem sources --remove https://rubygems.org/
gem sources -a https://gems.ruby-china.com/
gem sources -l

你可能感兴趣的:(iOS开发实战,iOS开发技术分享)