本文主要是介绍mac10.15.6安装homebrew提示curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
homebrew官网安装命令
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
报错如下:
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse
换个命令试试
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
终于成功了
这篇关于mac10.15.6安装homebrew提示curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!