1407742e专题

IDE 结合github在push代码时,error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

完整的报错信息如下: 18:28 Push failed: Failed with error: unable to access 'https://github.com/cmshome/HelloWorld.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version 原因:说是

使用SourceTree报错:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

解决方法1:可以使用内嵌版本 解决2 :如果用的是系统版本则,更新系统git版本(我就是这么解决的) 解决3:(stackoverflow上有人说的,试了下没用,可以试一下)  I had the same problem and my fix was: 1.in command line check your tls version with command: git config

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

git版本过低,导致的错误,git下载链接 fatal: unable to access 'https://github.com/*****.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Completed with errors, see above.

composer global require “fxp/composer-asset-plugin:~1.3“ 错误 1407742e

composer global require "fxp/composer-asset-plugin:~1.3"     1407742e错误 两个原因: 第一个 原因: 由于 Github 18年2月1日 发布通告称 Weak cryptographic standards removal notice 简而言之就是,不在支持 TLSv1/TLSv1.1 因此导致上述错误! 解决办法如下