Ruby Proxy URL

From EggeWiki
Revision as of 11:43, 13 February 2012 by Brianegge (talk | contribs)
(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 lang="ruby"> gem install term-ansicolor --http-proxy http://username:password@proxy:8080 </geshi>