解决macOS安Homebrew 报错: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL

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

  • 解决macOS安装Homebrew 报错问题
    • 解决办法
      • 使用国内源

解决macOS安装Homebrew 报错问题

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

curl: (35) LibreSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443

解决办法

使用国内源

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

你可能感兴趣的:(解决安装,配置等问题,homebrew)