亲测解决Bundler HTTPError Could not fetch specs from

这个问题源于ruby的网站连接不上,解决方法是修改网页地址或者网络配置。

环境

win11 + ruby

问题原文

c 复制代码
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from 
https://rubygems.org/ due to underlying error <IO::TimeoutError: Failed to open TCP connection to rubygems.org:443 (Blocking operation timed out!) (https://rubygems.org/specs.4.8.gz)>

解决方法

方法一

打开Gemfile,将https改成http,Open the Gemfile and change first line from this:

c 复制代码
source 'https://www.rubygems.org'

to this

python 复制代码
source 'http://www.rubygems.org'

remove the 's' from 'https'.

方法二

一般方法一就可以解决了,如果不行尝试换一个网络:比如手机wifi。

Change it to another network (mobile hotspot)

方法三

关闭ipv6的配置。

参考

https://stackoverflow.com/a/47392700/15329637

https://stackoverflow.com/questions/51201517/ruby-cant-connect-to-rubygems-org

相关推荐
顾菁寒6 小时前
WEB第二次作业
前端·css·html
Qhumaing7 小时前
html第一个网页
网络·html·html5
qq_203769499 小时前
win11安装最新rabbitmq
分布式·rabbitmq·ruby
前端Hardy11 小时前
HTML&CSS:爱上班的猫咪
前端·javascript·css·vue.js·html
田三番12 小时前
使用 vscode 简单配置 ESP32 连接 Wi-Fi 每日定时发送 HTTP 和 HTTPS 请求
单片机·物联网·http·https·嵌入式·esp32·sntp
前端Hardy14 小时前
超萌!HTML&CSS:打造趣味动画卡通 dog
前端·css·html·css3
Komorebi⁼15 小时前
JavaScript的对象事件监听处理,交互式网页的关键!
开发语言·前端·javascript·css·html
布兰妮甜16 小时前
HTML5:网页开发的新纪元
前端·html·html5
想要成为祖国的花朵17 小时前
Web前端_HTML5(新增type类型)
前端·html·html5
羊小猪~~17 小时前
前端入门一之HTML知识讲解
前端·javascript·css·前端框架·html·html5