Homebrew won't install on Big Sur (OS X 11.1) (M1) #595
-
Hi Everyone, I'm trying to install Homebrew on my OSx 11.1
But I get the following error:
I found similar errors reported when trying to install Homebrew on old OSX systems, but this is not the case here. Does anyone have any idea what should I do? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
I'd try something like Worst case, or maybe easiest case, use your browser to just download |
Beta Was this translation helpful? Give feedback.
I'd try something like
curl -LSvI https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
to help diagnose what curl is doing, if there's no errors then remove the capital I from the params and see if you get the file. When I run that I see it ends up using TLSv1.2, I'm also on a 11.1 (M1) and installed brew a couple weeks ago using the default command. If for whatever reason curl is stuck on TLSv1 you can try forcing--tlsv1.2
.Worst case, or maybe easiest case, use your browser to just download
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
and run it manually