Created
January 4, 2012 13:00
-
-
Save gmic/1559951 to your computer and use it in GitHub Desktop.
Ruby: install gems behind a proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install --http-proxy http://user:[email protected]:8080 bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice!! That is awesome