首页 > 其他 > 详细

git clone 提示Server aborted the SSL handshake

时间:2018-01-13 13:22:50      阅读:409      评论:0      收藏:0      [点我收藏+]

今天想看看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

原文:https://www.cnblogs.com/a1368017681/p/8278865.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!