安装Homebrew报错443:Connection refused的处理办法

安装Homebrew报错Connection refused的处理办法

原博地址:https://www.cnblogs.com/ryanzheng/p/13170412.html

       原因是目前 GitHub 的 gist 访问不了,所以获取不到安装的脚本文件。运行下面自动脚本(已经全部替换为国内地址):

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

       crew install cmake继续报错,参考博文https://blog.csdn.net/qq_35624642/article/details/79682979

你可能感兴趣的:(安装Homebrew报错443:Connection refused的处理办法)