Git克隆失败,并显示“SSLRead()返回错误-980641” [英] Git clone fails with "SSLRead() return error -980641"

查看:490
本文介绍了Git克隆失败,并显示“SSLRead()返回错误-980641”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图从一个打开的git仓库克隆一个项目。我得到这个错误。我试图找出原因,并找到。运行 brew install git --with-brewed-curl --with-brewed-openssl 得到:

I'm trying to clone a project from an open git repo. I got this error. I was trying to find out the reason and found that. Running brew install git --with-brewed-curl --with-brewed-openssl got this:

curl: (56) SSLRead() return error -9806
Error: Failed to download resource "git"

git --version:2.4.9(Apple Git-60
curl -V:curl 7.43.0`

git --version: 2.4.9 (Apple Git-60 curl -V: curl 7.43.0`

推荐答案

您可以使用

$ brew remove git
$ brew remove curl

$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git

这篇关于Git克隆失败,并显示“SSLRead()返回错误-980641”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆