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

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

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日

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

时间: 2024-10-02 12:33:58

git提交报错SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version的相关文章

OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

问题描述: 使用linux安装东西的时候出现的一个错误:OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version 解决办法: 执行如下命令即可: yum install openssl-devel -y 原文地址:https://www.cnblogs.com/mmzs/p/12090221.html

解决git clone报错SSL certificate problem

Git新手一枚,今天进行git clone操作时发生如下问题:提示无效的链接 error: SSL certificate problem: Invalid certificate chain while accessing https://githib.com/...XXXX.git fatal: HTTP request failed 解决方法也很简单,一条命令就搞定了: git config --global http.sslVerify false  

记一次Git提交报错的问题

通常代码版本控制的步骤是: 在代码版本控制平台新建一个仓库 clone远程仓库到本地 开始编码,然后是一系列add,commit,push 我的步骤是: 在远程代码版本管理平台新建一个仓库 在本地新建一个项目 通过git remote add添加远程仓库 然后add, commit, push 但是commit时就报错了: error: failed to push some refs to .... hint: Updates were rejected because the remote

git提交报错

Error occurred computing Git commit diffsMissing unknown 0000000000000000000000000000000000000000 commit操作时,出现如上错误

urllib2.URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>`

pyhton2.7 版本需要 python 2.7.9+ 参考链接: https://github.com/pytorch/pytorch/issues/3193#issuecomment-338165421 原文地址:https://www.cnblogs.com/edhg/p/10548423.html

composer在update时提示file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO

在开发的时候,需要把依赖的服务更新到最新,然后 手动composer update一下,提示如下: 1 failed) Update failed (The "e "https://api.github.com/repos/illuminate/validation/zipball/6590d61858f78c301bced7308593abfcd1c7e527" fi" file could not be downloaded: SSL operation fai

<问题解决02>Linux虚拟机使用git push报错--解决方案如下:

问题描述: 使用git push 报错: error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Newlyfly/Hello_World.git/info/refs fatal: HTTP request failed 解决方案: 解决方案来源博客地址:http://blog.csdn.net/happyteafriends/article/details/1155404

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED 问题描写叙述 使用pip依照virtualenv报错,例如以下: pip install virtualenv Collecting virtualenv /opt/python27/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An

git push报错error: failed to push some refs to '[email protected]:

$ git push -u origin master To [email protected]:xxx/xxx.git ! [rejected] master -> master (fetch first) error: failed to push some refs to '[email protected]:xxx/xxx.git' hint: Updates were rejected because the remote contains work that you do hint: