我需要在没有连接到互联网的服务器上安装 ruby on rails + Nokogiri、httparty、json [和一些不太重要的 gems]。怎么可能做到?
主机操作系统是windows
附加问题,嗯,这对我来说不是很好,因为它可能需要几天时间,但我可以作为客户让这个服务器访问 http 代理。但是我必须承认,我已经尝试过使用类似的东西
set http_proxy="http://username:password@host:port"
或者
gem --http_proxy "http://username:password@host:port"
但在这两种情况下都无法访问 gem store :(