Skip to content

Instantly share code, notes, and snippets.

@ekortright
Created September 2, 2013 18:54
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/6416089 to your computer and use it in GitHub Desktop.
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
$ \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.
@geocine
Copy link

geocine commented Oct 3, 2013

how did you solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment