Created
August 30, 2013 14:42
-
-
Save ekortright/6390585 to your computer and use it in GitHub Desktop.
Problem installing rvm on Linux
This file contains 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
$ cat /proc/version | |
Linux version 3.2.45 ([email protected]) (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