码迷,mamicode.com
首页 > 其他好文 > 详细

git clone 提示Server aborted the SSL handshake

时间:2018-01-13 14:11:52      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:set   http   sha   ade   bre   clone   钥匙   仓库   分享图片   

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

标签:set   http   sha   ade   bre   clone   钥匙   仓库   分享图片   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!