严重的:无法访问'https://github.com/xxx':OpenSSL SSL_connect:SSL_ERROR_SYSCALL与github.com的连接:443

问题描述:

当我尝试使用git push时,将报告错误:

When l try to use git push, an error reports:

致命:致命:无法访问" https://github.com/xxx ":OpenSSL SSL_connect:连接到github.com的SSL_ERROR_SYSCALL:443

Fatal: fatal: unable to access 'https://github.com/xxx': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

我的git版本是Windows的2.16.2

My git version is 2.16.2 for windows

在今天之前运行良好,并且重新安装git似乎无效.

It worked well before this day, and reinstalling git seems to not work.

有人可以帮我吗?预先感谢!

Can anyone help me with that? Thanks in advance!

如果您使用代理,请尝试以下操作:

If you are behind a proxy, try the following:

git config --global --add remote.origin.proxy ""