Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RVM server issue - hash doesn't match #4876

Open
georginavinehealth opened this issue Feb 18, 2020 · 0 comments
Open

RVM server issue - hash doesn't match #4876

georginavinehealth opened this issue Feb 18, 2020 · 0 comments

Comments

@georginavinehealth
Copy link

Description

We are on the latest stable release of ruby but when trying to install ruby we get an issue where the hash doesn’t match. This looks like a problem with the rvm servers.

Steps to reproduce

We are deploying to android and these are the commands we use to install ruby and fastlane:
curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
curl -L get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 2.4
rvm use 2.4
echo "source /etc/profile.d/rvm.sh && rvm use 2.4" >> $BASH_ENV

Expected behavior

Ruby and fastlane are installed

Actual behavior - we get this error:

Installing Ruby from source to: /usr/local/rvm/rubies/ruby-2.4.6, this may take a while depending on your cpu(s)...
ruby-2.4.6 - #downloading ruby-2.4.6, this may take a while depending on your connection...
Required ruby-2.4.6 is not installed.
To install do: ‘rvm install “ruby-2.4.6”’
Required ruby-2.4.6 is not installed.
To install do: ‘rvm install “ruby-2.4.6"’
/usr/local/rvm/scripts/fetch: line 10: /base: No such file or directory
/usr/local/rvm/src
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 12.0M 100 12.0M 0 0 100M 0 --:--:-- --:--:-- --:--:-- 100M
md5sum: /ruby-2.4.6.tar.bz2: No such file or directory
Downloaded archive checksum did not match, archive was removed!
If you wish to continue with not matching download add ‘--verify-downloads 2’ after the command.
There has been an error fetching the ruby interpreter. Halting the installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant