git clone 提示Server aborted the SSL handshake

Posted scu_gqk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone 提示Server aborted the SSL handshake相关的知识,希望对你有一定的参考价值。

今天想看看leveldb代码,拉仓库时候提示了Server aborted the SSL handshake,如下

网上查了下,有说市curl版本太低,有说市ssh钥匙问题,前面那个直接brew upgrade curl,但是依旧提示错误,后面那个感觉不太可能,后来想起是上学的时候为了提git的速度,设置了httpproxy,但是现在proxy失效了,所以gg,把proxy关了就好了
git config --global --unset http.proxy
git config --global --unset https.proxy

以上是关于git clone 提示Server aborted the SSL handshake的主要内容,如果未能解决你的问题,请参考以下文章

git clone 提示输入git@xxx的密码

git clone 时提示 Filename too long

用git extensions clone项目时提示此主机的指纹不是由putty注册的解决办法

Git clone 提示“Could not resolve hostname”解决

Git clone 提示“Could not resolve hostname”解决

git clone 提示:remote not found fatal repository "……" not found