2010-06-24 104 views

回答

2

指定代理使用方法:

export HTTP_PROXY='http://username:[email protected]:port/' 

如果它是一個Windows代理(在EnterpriseLand常見),它會使用自定義NTLM身份驗證,在正常的Unix應用程序不這樣做。要修復它,請獲取NTLMAPS - 一個小型Python應用程序,它充當本地常規代理,並通過NTLM身份驗證將您的憑據移交給Windows代理。

+1

手動安裝它不是爲我工作在OS X 10.10.2,寶石2.2.2。 env var被設置,wget也可以下載文件(所以var是正確的)。使用'--http代理'的作品([見這裏](http://stackoverflow.com/questions/3111181/ruby-gem-installation-problem-on-mac-which-is-behind-firewall))。 – sofacoder 2015-04-01 15:20:21

0

下載寶石到你的硬盤並做

gem install gem_file.gem