Mac 安装 brew 安装不上的问题 443

本文章 解决这个问题

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to [raw.githubusercontent.com:443](raw.githubusercontent.com:443)

在 /etc/hosts文件的最后面加上 下面的语句:


#192.30.253.113    github.com
#192.30.252.131 github.com
#185.31.16.185 github.global.ssl.fastly.net
#74.125.237.1 dl-ssl.google.com
#173.194.127.200 groups.google.com
#192.30.252.131 github.com
#185.31.16.185 github.global.ssl.fastly.net
#74.125.128.95 ajax.googleapis.com

然后打开 Proxifier 让 curl git 等 走代理 就能成功 安装了

备注(改成了 bash 之前zsh 不知道会不会影响 )

你可能感兴趣的:(Mac 安装 brew 安装不上的问题 443)