Mac安装homebrew总是报错unable to access ‘https://github.com/Homebrew/brew/‘

fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 
Failed during: git fetch --force origin
  • 安装homebrew总是报错
  • 解决方案
git config --global --unset http.proxy 
git config --global --unset https.proxy

版权声明:本文为qq_43212169原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。