git提交報錯SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
阿新 • • 發佈:2018-08-11
不顯示 報錯 ida access 版本號 參考 fat unable crypt
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