Created
September 2, 2013 18:54
-
-
Save ekortright/6416089 to your computer and use it in GitHub Desktop.
Trying again with this command: \curl -L https://get.rvm.io | bash -s head --debug
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
$ \curl -L https://get.rvm.io | bash -s head --debug | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 15445 100 15445 0 0 21562 0 --:--:-- --:--:-- --:--:-- 179k | |
Turning on debug mode. | |
Downloading RVM from wayneeseguin branch master | |
Running(8): curl --fail --location --max-redirs 10 https://github.com/wayneeseguin/rvm/archive/master.tar.gz -o /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz % Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1078k 100 1078k 0 0 1077k 0 0:00:01 0:00:01 --:--:-- 3998k | |
Running(6): gtar xzf /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz --no-same-owner --strip-components 1gtar: 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. | |
Running(8): curl --fail --location --max-redirs 10 https://bitbucket.org/mpapis/rvm/get/master.tar.gz -o /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz % Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1078k 100 1078k 0 0 1618k 0 --:--:-- --:--:-- --:--:-- 2019k | |
Running(6): gtar xzf /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz --no-same-owner --strip-components 1gtar: 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
how did you solve this issue?