当前位置:   article > 正文

MacOS安装Homebrew失败的解决方法_xcode-select: failed to locate 'git', requesting i

xcode-select: failed to locate 'git', requesting installation of command lin

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 ,出现如下提示,表示安装成功

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号