Ask HN: How to install homebrew on 14 inch Mac 2021
I am getting the error
url: (28) Failed to connect to raw.githubusercontent.com port 443 after 75235 ms: Operation timed out
I got a new 14 inch 2021 macpro and I just updated the os to latest, installed the xcode command line tools and then ran the following command to install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
7 comments
[ 4.5 ms ] story [ 39.7 ms ] thread/bin/bash -c "$(curl https://raw.githubusercontent.com/Homebrew/install/HEAD/inst...)"
/bin/bash -c "$(curl https://raw.githubusercontent.com/Homebrew/install/HEAD/inst...)"
curl: (28) Failed to connect to raw.githubusercontent.com port 443 after 75406 ms: Operation timed outI also tried to access the site raw.githubusercontent.com from my windows machine and I am not able to access the same. So it may be related to Proxy or DNS. But I have not set any proxy on my router. So not sure where to look for the way out.