Last active
July 26, 2020 22:57
-
-
Save gbpereira/51bfc4bf30e2e014fb51abd4ea3c93e7 to your computer and use it in GitHub Desktop.
Guide configurarion and common commands/configurations to work with ruby environment behind a proxy
This file contains hidden or 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
http_proxy: <proxy:port> |
This file contains hidden or 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
rvm install <ruby-version> --proxy <proxy:port> | |
gem install --http-proxy <proxy:port> <gem-name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment