-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Failed to download versions.txt #361
Comments
Is there a way to force ruby-install to use curl instead of wget? |
I removed |
Maybe it is not the right response ... but I had similar issue then I updated the package wget and all worked... |
Hi both, macOS Catalina doesn’t come with |
Hi @FranklinYu I installed it with brew: More info about brew please visit https://brew.sh/ |
In my case, upgrading wget did the trick
|
Can confirm that |
Mine looked similar to the initial errors shown above at first, but quite different when I looked at In case it helps anyone else, wget output looked like this:
|
Can't reproduce this anyone. |
From reading all the reports above, the root cause seems like Homebrew messing up their wget from time to time. (My wget installed by MacPorts never hit this issue.) I guess it’s more useful to report the issue to them, given that the issue can be reproduced by a stand-alone wget command. |
This worked for me too |
I had to use this tip to resolve my issue. I am on MacOS Monterey 12.6. installing wget or upgrade wget didn't help. |
(Very similar to #261)
Both
curl
andwget
are installed from homebrew:Visiting in the browser works fine
Doing a regular
curl
works fine:Running the
curl
command in Downloading latest versions fails #261 works:Doing a regular
wget
fails:Running the
wget
command in Downloading latest versions fails #261 fails:Unlike #261, I'm on a Mac, Catalina 10.15.2 (19C57).
I also tried re-installing ruby-install from head and the same issue occurs.
The text was updated successfully, but these errors were encountered: