赞
踩
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
一般会先爆出这个错误,也就是说链接不上raw.githubusercontent.com,网上众多粘贴复制的文章实在是让人感觉到抄袭的能力强大,我也是翻边无数个博客,选择这一个贴出来
https://blog.csdn.net/qq_43531694/article/details/106862753
这篇博客,我选择了一种方法 也就是 替换系统的host文件,因为其他几种本人试过,没有效果
按提示操作,最后执行 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
但是本人升级到了最新系统,macOS big sur 后遇到如下问题
Failed to locate 'git', requesting installation of command line developer tools.
此时执行 sudo xcode-select -switch /Library/Developer/CommandLineTools
然后再次执行/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
参考了
https://developer.apple.com/forums/thread/666584
查看是否安装成功 终端执行 brew ,出现如下提示,表示安装成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。