Blog Content
error SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Linux-Mac
运维
2018-10-04 14:23:07
error SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
出现这种情况多半是因为设置了系统代理
取消全局代理即可
git config --global --unset http.proxy
git config --global --unset https.proxy
上一篇:linux shell 中判断文件、目录是否存在的方法
下一篇:github登录失败,Logon failed, use ctrl+c to cancel basic credential prompt.