brew raw.githubusercontent.com port 443: Connection refused
方案一:(主流方案)
查找 ip -> 修改 host -> 再去执行安装脚本 (有可能还是失败)
在 https://www.ipaddress.com/ 查询raw.githubusercontent.com的真实IP。
sudo vim /etc/hosts
添加如下内容:
199.232.28.133 raw.githubusercontent.com (前面的ip为查询到的 ip地址)