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 提示Server aborted the SSL handshake

git 操作 提示OpenSSL SSL_read: Connection was reset, errno 10054错误

错误记录PyCharm 中从 GitHub 中 Clone 代码到本地报错 ( OpenSSL SSL_read: Connection was reset, errno 10054 )(

git:early EOF the remote end hung up unexpectedly index-pack failed RPC failed; curl 56 OpenSSL SSL_

IDEA提交失败,提示:OpenSSL SSL_connect: SSL_ERROR_SYSCALL

git学习git clone 出错 error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version(代码