Skip to content

Instantly share code, notes, and snippets.

@gmic
Created January 4, 2012 13:00
Show Gist options
  • Save gmic/1559951 to your computer and use it in GitHub Desktop.
Save gmic/1559951 to your computer and use it in GitHub Desktop.
Ruby: install gems behind a proxy
gem install --http-proxy http://user:password@some.proxy.com:8080 bundler
@DavAlbert
Copy link

Nice!! That is awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment