要从代理(ISA-NTLM)后面更新Ruby Gems,您需要执行以下步骤:
set http_proxy=http://your-proxy-server:port
set https_proxy=http://your-proxy-server:port
将your-proxy-server
和port
替换为您的代理服务器地址和端口号。
gem sources -l
如果需要,您可以更改源,例如,将其更改为Ruby China源:
gem sources --remove https://rubygems.org/
gem sources -a https://gems.ruby-china.com/
gem update --system
如果您需要更新特定的gem,可以使用以下命令:
gem update gem-name
其中gem-name
是您要更新的gem的名称。
gem cleanup
通过以上步骤,您应该可以成功地从代理(ISA-NTLM)后面更新Ruby Gems。如果您遇到任何问题,请查看Ruby Gems文档以获取更多信息。
领取专属 10元无门槛券
手把手带您无忧上云