Icon

Littleor

11593 分类: 闲语

[Git] 论Git代理问题之SSL_ERROR_SYSCALL

前言: 从Shadowsocks切换到ClashX代理导致Git push的时候出现 SSL_ERROR_SYSCALL 错误

错误内容

SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

解决方法

1.尝试取消代理 (对于我的情况无效)

git config --global --unset http.proxy
git config --global --unset https.proxy 

2.修改Git配置

vim ~/.gitconfig

然后修改其中的http代理配置即可

#none

作者: Littleor

版权: 除特别声明,均采用BY-NC-SA 4.0许可协议,转载请表明出处

目录Content

评论