Ruby Proxy URL

From EggeWiki
Revision as of 02:07, 17 November 2009 by Brianegge (talk | contribs) (Created page with 'If you need to install gems behind a proxy which accepts basic authentication, you can use this syntax. <geshi> gem install term-ansicolor --http-proxy http://username:password@…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you need to install gems behind a proxy which accepts basic authentication, you can use this syntax. <geshi> gem install term-ansicolor --http-proxy http://username:password@proxy:8080 </geshi>