Skip to content

Instantly share code, notes, and snippets.

@ekortright
Created August 30, 2013 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekortright/6390585 to your computer and use it in GitHub Desktop.
Save ekortright/6390585 to your computer and use it in GitHub Desktop.
Problem installing rvm on Linux
$ cat /proc/version
Linux version 3.2.45 (root@kfc.hostgator.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue May 14 10:21:52 CDT 2013
$ \curl -#L https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --rails
######################################################################## 100.0%
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 124 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 504 Gateway Time-out
Could not download 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz'.
curl returned status '22'.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1083k 100 1083k 0 0 657k 0 0:00:01 0:00:01 --:--:-- 708k
gtar: install: Cannot create symlink to `scripts/install': Permission denied
gtar: scripts/functions/requirements/amazon: Cannot create symlink to `centos': Permission denied
gtar: scripts/functions/requirements/debian: Cannot create symlink to `ubuntu': Permission denied
gtar: scripts/functions/requirements/mint: Cannot create symlink to `ubuntu': Permission denied
gtar: Exiting with failure status due to previous errors
Could not extract RVM sources.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment