美文网首页
Homebrew镜像问题 --- 2021-12-01

Homebrew镜像问题 --- 2021-12-01

作者: 一位先生_ | 来源:发表于2021-12-17 09:43 被阅读0次

Homebrew国内网络安装不成功 提示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connectio...

MacOS系统使用Homebrew官方地址时,报错:

(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443

解决办法:
使用国内源

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

该地址提供多个国内源地址,安装非常简便,亲测有效。
查检安装结果:
brew -v

如果能正确打印版本信息,则安装成功!

相关文章

网友评论

      本文标题:Homebrew镜像问题 --- 2021-12-01

      本文链接:https://www.haomeiwen.com/subject/woisxrtx.html