git push报错
git push origin master
[email protected] /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
下载: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日
原文地址:https://www.cnblogs.com/ouyida3/p/9458713.html
时间: 2024-10-02 12:33:58