码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-07-26 00:07:03      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:配置   load   conf   err   bsp   lazy   oba   res   查找   

删除代理即可。

具体操作如下:

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 的配置名称应为查找的配置名称,根据自身情况替换

技术图片

 

 技术图片

 

 

 

 

 

 

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

标签:配置   load   conf   err   bsp   lazy   oba   res   查找   

原文地址:https://www.cnblogs.com/RengarLee/p/13376067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!