0
点赞
收藏
分享

微信扫一扫

Fetch failed: unable to access': E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

过年期间在家里改了代码,上班后准备更新的,结果报错

Fetch failed: unable to access ‘​​https://github.com/​​…’: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

先是去github看了看,可以打开呀,然后又重新关联git,还是不行,
然后又试了试svn,是可以的,说明跟开发工具是没有关系的,那只能是github的问题了。。

果然,原来是github发了个公告​​Weak cryptographic standards removal notice(弱加密标准取消通知)​​,就是不支持TLSv1/TLSv1.1了


解决方案:

升级git到最新版本,就o**k了,git下载地址:​​https://git-scm.com/downloads​​


举报

相关推荐

0 条评论