Created
August 4, 2013 13:04
-
-
Save PragTob/6150276 to your computer and use it in GitHub Desktop.
RVM get head fails
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
tobi@speedy:~/github/hackety-hack.com$ rvm get head --debug | |
Running(6): curl --fail --location --max-redirs 10 https://get.rvm.io | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 184 100 184 0 0 141 0 0:00:01 0:00:01 --:--:-- 179 | |
100 13784 100 13784 0 0 8981 0 0:00:01 0:00:01 --:--:-- 8981 | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 124 100 124 0 0 162 0 --:--:-- --:--:-- --:--:-- 240 | |
100 1083k 100 1083k 0 0 232k 0 0:00:04 0:00:04 --:--:-- 363k | |
step> 'print_install_header' started | |
Upgrading the RVM installation in /home/tobi/.rvm/ | |
step< 'print_install_header' finished with 0 | |
step> 'configure_path' started | |
step< 'configure_path' finished with 0 | |
step> 'cleanse_old_entities' started | |
step< 'cleanse_old_entities' finished with 0 | |
step> 'create_install_paths' started | |
step< 'create_install_paths' finished with 0 | |
step> 'load_custom_flags' started | |
step< 'load_custom_flags' finished with 0 | |
step> 'save_custom_flags' started | |
step< 'save_custom_flags' finished with 0 | |
step> 'install_rvm_files' started | |
step< 'install_rvm_files' finished with 0 | |
step> 'install_rvm_hooks' started | |
step< 'install_rvm_hooks' finished with 0 | |
step> 'install_binaries' started | |
step< 'install_binaries' finished with 0 | |
step> 'install_gemsets' started | |
step< 'install_gemsets' finished with 0 | |
step> 'install_patchsets' started | |
step< 'install_patchsets' finished with 0 | |
step> 'install_man_pages' started | |
step< 'install_man_pages' finished with 0 | |
step> 'ensure_scripts_are_executable' started | |
step< 'ensure_scripts_are_executable' finished with 0 | |
step> 'setup_configuration_files' started | |
step< 'setup_configuration_files' finished with 0 | |
step> 'setup_user_profile' started | |
RVM PATH line found in /home/tobi/.bashrc /home/tobi/.bash_login /home/tobi/.zshrc. | |
RVM sourcing line found in /home/tobi/.bashrc /home/tobi/.bash_login /home/tobi/.zlogin. | |
step< 'setup_user_profile' finished with 0 | |
step> 'cleanse_old_environments' started | |
step< 'cleanse_old_environments' finished with 0 | |
step> 'migrate_old_gemsets' started | |
step< 'migrate_old_gemsets' finished with 0 | |
step> 'migrate_defaults' started | |
step< 'migrate_defaults' finished with 0 | |
step> 'record_ruby_configs' started | |
step< 'record_ruby_configs' finished with 1 | |
Installer failed at step 'record_ruby_configs' with status 1, please run it with --debug and report a bug. | |
Could not update RVM, get some help at #rvm IRC channel at freenode servers. | |
__rvm_rm_rf already gone: /home/tobi/.rvm/tmp/6507* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment