Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on
Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net
If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors
$ rvm help # Documentation Index

Installing RVM behind a proxy

Export your shell environment for http proxy use

export http_proxy="http://hostname:port" or save it to your shell profile. (i.e. ~/.bash_rc)

export http_proxy="http://example.proxy_name.com:80"

Setting git to use a proxy

Set your git tool to use the environment proxy inside you ~/.gitconfig

[http]
  proxy = %http_proxy%

Using RVM behind a proxy

There are a few ways to use RVM from behind a proxy.

--proxy

You can pass the proxy sever to use directly to RVM:

rvm install X --proxy $domain_or_ip:$port

Using CURL

Set the proxy inside your ~/.curlrc:

proxy = example.proxy_name.com:80

Community Resources

RVM Documentation Index