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

git提交报错SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

时间:2018-08-11 10:54:54      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:inf   winxp   min   err   conf   notice   ring   nload   art   

git push报错

git push origin master

Administrator@FREESKYC-92DB80 /e/git/ouyida3/ouyida3.github.io (master)
$ git push origin master
fatal: unable to access ‘https://github.com/ouyida3/ouyida3.github.io.git/‘: err
or:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

版本

winxp sp3
git 1.9.5

技术分享图片

https://githubengineering.com/crypto-removal-notice/

下载git最新版本2.18.0

https://git-scm.com/downloads

下载:Git-2.18.0-32-bit.exe

技术分享图片

git查看ssl版本号

两个命令都可以。但是注意点是,如果没有这个配置,会什么也不显示。因为我这里连tls1.0也没有显示。

git config http.sslVersion
git config --global --list

技术分享图片

技术分享图片

$ git config --global http.sslVersion tlsv1.2

技术分享图片

技术分享图片

技术分享图片

win xp系统彻底可以抛弃了!
jdk不行、chrome不行、git不行。我要花钱买新电脑了!

参考:
https://blog.csdn.net/virusnono/article/details/79361870 2月24日
https://blog.csdn.net/huihut/article/details/79404421 2月28日

git提交报错SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

标签:inf   winxp   min   err   conf   notice   ring   nload   art   

原文地址:https://www.cnblogs.com/ouyida3/p/9458713.html

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