美文网首页
SSL_connect: SSL_ERROR_SYSCALL i

SSL_connect: SSL_ERROR_SYSCALL i

作者: ae12 | 来源:发表于2019-07-12 10:14 被阅读0次

8

Same problem here, it turned out to be my incorrectly configured proxy settings, here's how to check and remove them.

First open your git config file.

vi ~/.gitconfig
and find out whether the [http] or [https] sections are set.

I used to set proxies for git due to slow access to Github in China, however, lately I changed my local proxy ports but I forgot my git settings.

If you have incorrect proxy settings and decide to remove it, simply execute:

git config --global --unset http.proxy
git config --global --unset https.proxy
Things will work just fine.

相关文章

网友评论

      本文标题:SSL_connect: SSL_ERROR_SYSCALL i

      本文链接:https://www.haomeiwen.com/subject/rhaskctx.html