git 使用代理出现 LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 错误 - RengarLee - 博客园

删除代理即可。

具体操作如下:

1. git config --global --list    

  查看git配置

 

   发现其中有 http.https.XXXXXX.proxy 和 https.https.XXXXXX.proxy配置

2.git config --global --unset http.https://github.com.proxy

   git config --global --unset https.https://github.com.proxy**

   运行后,git恢复正常。

  注意  --uset 的配置名称应为查找的配置名称,根据自身情况替换

 


原网址: 访问
创建于: 2021-06-01 09:15:38
目录: default
标签: 无

请先后发表评论
  • 最新评论
  • 总共0条评论