Here's some info:
- I do not have admin privileges to my machine.
- I'm running macOS Catalina 10.15.5.
- I use zshell.
- I have Xcode command-line tools 11.5 but NOT XCode itself.
- I'm running Ruby v2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
When running the install command on the Homebrew page I get the following error:
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
################################################ 24.1%
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error: Checksum mismatch.
Expected: b065e5e3783954f3e65d8d3a6377ca51649bfcfa21b356b0dd70490f74c6bd86
Actual: be732ceabd97bbe69929621075c00c2e1709e30b8ab9a9ba3b7064a14ad6bbff
Archive: /Users/e113991/Library/Caches/Homebrew/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
To retry an incomplete download, remove the file above.
Error: Failed to install Homebrew Portable Ruby (and your system version is too old)!
Failed during: /usr/local/bin/brew update --force --quiet
Running brew doctor
reminds me:
Error: Failed to install Homebrew Portable Ruby (and your system version is too old)!
Notice it is installing Yosemite, not Catalina. Why? I tried to use git clone
to copy it to my usr/local directory but I don't have write privileges to that. I tried every other solution on Stack Overflow to no avail.
xcode-select -v
. – Chiliad