curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443

在Mac os安装python3

下载homebrew

1.在terminal中输入:
$ ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

输入上述命令后,出现以下错误:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443

解决方案:
输入以下命令,移除代理
git config --global --unset http.proxy
再执行命令

2.通过brew下载python3
$ brew install python3

你可能感兴趣的:(curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443)