Closed tnj closed 4 years ago
https://deploygatecom.slack.com/archives/C41R0SSTA/p1601336983000100
Failed to access to rubygems with execution expired (Net::OpenTimeout) error
execution expired (Net::OpenTimeout)
Requiring resolv-replace solved the issue.
resolv-replace
NG:
ruby -rnet/http -ruri -e 'Net::HTTP.get_print URI.parse("https://rubygems.org/api/v1/versions/deploygate/latest.json")'
OK:
ruby -rresolv-replace -rnet/http -ruri -e 'Net::HTTP.get_print URI.parse("https://rubygems.org/api/v1/versions/deploygate/latest.json")'
https://deploygatecom.slack.com/archives/C41R0SSTA/p1601336983000100
Failed to access to rubygems with
execution expired (Net::OpenTimeout)
errorRequiring
resolv-replace
solved the issue.NG:
OK: