mac 安装brew带来的种种问题

在mac安装brew时遇到种种问题,类似如下,要么443不通,要么提示超时

mac homebrew  Failed to connect to github.com port 443: Operation timed out

网上查了各种解决方案及各种尝试,比如修改host/修改脚本等等都没有解决,最后找到一个文章里面的一句话,试了一下,搞定!

/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

原文地址:https://www.cnblogs.com/fan-yuan/p/15663171.html