git - 致命的 : unable to access 'https://github.com/xxx' : OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github. com:443

标签 git ssl github

<分区>

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

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

我的 git 版本是 2.16.2 for windows

这天之前还好好的,重装git好像不行

有人可以帮我吗?提前致谢!

最佳答案

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

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

关于git - 致命的 : unable to access 'https://github.com/xxx' : OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github. com:443,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49345357/

相关文章:

windows - 如何调试 Jenkins 错误消息 "could not find a suitable ssh-agent provider"?

ssl - 银行交易中使用的 256 位加密有多安全

git - 没有 git remove 删除文件。现在它在 repo 中,而不是本地的。如何从 repo 中删除?

git - 如果我从 Github 中删除一个带有 fork 的 fork 会怎样?

git - 我如何使用 Git 触发 Jenkins CI 推送到 master?

Git 从具有指定 URL 的特定分支中 pull

python - 如何从 github 安装存储库?

Git:转换存储库以使用 --reference

git - curl : (35) Server aborted the SSL handshake in Mac OS X El Capitan (10. 11.4)

python - 无法在 web.py 中创建 ssl session - Python 2.7