雖然安裝Ruby的寶石,我發現了以下錯誤:錯誤安裝Ruby寶石
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - Errno::ETIMEDOUT:
Failed to open TCP connection to api.rubygems.org:443 (A connection attempt fai
led because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond.
- connect(2) for "api.rubygems.org" port 443) (https://api.rubygems.org/specs.4.
8.gz)
寶石我已經嘗試安裝:
Nokogiri
Mechanize
- (顯然)
所有產生相同的錯誤,我猜這是所有的寶石,不只是捆綁。
我從來沒有見過這個,所以我不知道該怎麼辦,有人可以告訴我發生了什麼事嗎?可能值得一提的是我在一個安全的網絡上。
UPDATE:
我已經嘗試初始化我的防火牆的新規則,將允許我使用通過端口443的TCP連接(在端口gem install
運行過的);但是我仍然得到錯誤
UPDATE:
我做了一些研究,並試圖通過this資源使用gem update --system
更新。但它仍然拋出相同的錯誤,並且不會允許我更新
你是在代理的背後嗎? – Uzbekjon
當您嘗試在瀏覽器中訪問https://rubygems.org/時會發生什麼情況? – user12341234
@Uzbekjon我不能說。但是,它就是這樣的。我無法安裝任何我將試圖通過端口來允許它看到會發生什麼情況。 – 13aal