Git克隆失败并显示“SSLRead()返回错误-980641”

时间:2015-12-21 11:46:08

标签: git macos curl

我正在尝试从一个开放的git仓库克隆一个项目。我收到了这个错误。我试图找出原因并找到that。正在运行SELECT f.* FROM some_table, my_function(id) AS f;

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

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

1 个答案:

答案 0 :(得分:0)

您可以使用

$ brew remove git
$ brew remove curl

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