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)"

上一篇:nginx配置只允许域名访问,禁止ip访问80,443端口


下一篇:解决Git fatal: unable to access 'xxx.git/': Failed to connect to github.com port 443 after *