当前位置: 代码迷 >> 综合 >> github出错提示:fatal: unable to access ‘https://github.com/.../‘: LibreSSL SSL_connect: SSL_ERROR_SY
  详细解决方案

github出错提示:fatal: unable to access ‘https://github.com/.../‘: LibreSSL SSL_connect: SSL_ERROR_SY

热度:65   发布时间:2024-01-21 19:39:44.0

 

mac终端执行如下两条语句:
git config --global --unset http.proxy
git config --global --unset https.proxy

  相关解决方案