I am trying to install rvm from the official install page.
Running this is broken:
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
fatal: unable to connect a socket (Connection refused)
Initialized empty Git repository in /home/ghufran/.rvm/src/rvm/.git/
fatal: https://github.com/wayneeseguin/rvm.git/info/refs download error - The requested URL returned error: 403
ERROR: Unable to clone the RVM repository, attempted both git:// and https://
I am using ubuntu 9.1 64 bit.
So after looking into this, i figured out it wasn’t related to rvm at all.
The problem was with my network and the port used for git protocol was not open. Opening the port worked for me.