git clone 提示:OpenSSL SSL_read: Connection was reset, errno 10054
Posted 在奋斗的大道
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone 提示:OpenSSL SSL_read: Connection was reset, errno 10054相关的知识,希望对你有一定的参考价值。
使用Git 获取XXL-job项目提示:OpenSSL SSL_read: Connection was reset, errno 10054.
解决办法:解除ssl验证,执行如下指令
git config --global http.sslVerify "false"
Git Bash 客户端指令:
zzg@LAPTOP-8R0KHL88 MINGW64 /e/idea_workspace (master)
$ git clone https://github.com/xuxueli/xxl-job
Cloning into 'xxl-job'...
fatal: unable to access 'https://github.com/xuxueli/xxl-job/': OpenSSL SSL_read: Connection was reset, errno 10054
zzg@LAPTOP-8R0KHL88 MINGW64 /e/idea_workspace (master)
$ git config --global http.sslVerify "false"
zzg@LAPTOP-8R0KHL88 MINGW64 /e/idea_workspace (master)
$ git clone https://github.com/xuxueli/xxl-job
Cloning into 'xxl-job'...
remote: Enumerating objects: 24950, done.
remote: Counting objects: 100% (148/148), done.
remote: Compressing objects: 100% (88/88), done.
......
以上是关于git clone 提示:OpenSSL SSL_read: Connection was reset, errno 10054的主要内容,如果未能解决你的问题,请参考以下文章
git clone的时候出现出现 fatal: unable to access 'https://github.com/...':OpenSSL SSL_read: Connecti
git clone 提示Server aborted the SSL handshake
IDEA提交失败,提示:OpenSSL SSL_connect: SSL_ERROR_SYSCALL
SourceTree提示:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
SourceTree提示:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
git:early EOF the remote end hung up unexpectedly index-pack failed RPC failed; curl 56 OpenSSL SSL_