I have successfully installed rbenv and ruby build on a mountain lion. The launch rbenv install 1.9.3-p392ends with:
checksum mismatch: ruby-1.9.3-p392.tar.gz (file is corrupt)
expected f689a7b61379f83cbbed3c7077d83859, got 1cfc2ff433dbe80f8ff1a9dba2fd5636
The file that it downloads seems fine, and if I download the file manually with curl, I get the same wrong checksum.
Has anyone come across this before? How did they resolve it?
source
share