简体   繁体   English

错误:1400410B:SSL 例程:CONNECT_CR_SRVR_HELLO:版本号错误

[英]error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

I can not clone any github repositories with https, but it is ok to clone a bitbucket/gitlab repository.我无法使用 https 克隆任何 github 存储库,但可以克隆一个 bitbucket/gitlab 存储库。

git clone git@github.com:xxx/xxx.git it works. git clone git@github.com:xxx/xxx.git它可以工作。

git clone http://github.com/xxx/xxx.git it works,too. git clone http://github.com/xxx/xxx.git它也可以工作。

git clone https://github.com/xxx/xxx.git I got this error: git clone https://github.com/xxx/xxx.git我收到这个错误:

Cloning into 'xxx'...
fatal: unable to access 'https://github.com/xxx/xxx.git/': error:1400410B:SSL 
routines:CONNECT_CR_SRVR_HELLO:wrong version number

Any suggestions/insights are much appreciated.非常感谢任何建议/见解。

Note: I can clone the repository with SourceTree client注意:我可以使用SourceTree客户端克隆存储库

~/.gitconfig ~/.gitconfig

Remove the following删除以下内容

# .gitcofig
[http "https://github.com"]
    proxy = https://127.0.0.1:1087
[https "https://github.com"]
    proxy = https://127.0.0.1:1087

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SourceTree错误:1407742E:SSL例程:SSL23_GET_SERVER_HELLO:tlsv1警报协议版本 - SourceTree error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version BitBucket Git - 致命:无法访问... SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure - BitBucket Git - fatal: unable to access ... SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure git麻烦通过https:例程:SSL23_GET_SERVER_HELLO - git trouble via https: routines:SSL23_GET_SERVER_HELLO git send-email 失败“SSL 例程:ssl_choose_client_version:不支持的协议” - git send-email fails "SSL routines:ssl_choose_client_version:unsupported protocol" 在 - git pull - SSL 例程时出现致命错误:SSL3_GET_RECORD - Getting fatal error at the time of - git pull - SSL routines:SSL3_GET_RECORD 非 TLS 1.3 Azure 存储库上的 TLS1.3 错误“版本号错误” - TLS1.3 error 'Wrong version number' on non-TLS 1.3 Azure repository 错误:RPC失败; curl 56 OpenSSL SSL_read:错误:140943FC:SSL例程:ssl3_read_bytes:sslv3警报错误记录mac,errno 0 - error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0 RPC 失败; curl 56 OpenSSL SSL_read:错误:140943FC:SSL 例程:ssl3_read_bytes:ssl3_read_bytes:s slv3警报器坏记录 - RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0 自制软件安装:错误:RPC 失败; curl 56 LibreSSL SSL_read: error:06FFF064:digital envelope routines:CRYPTO_internal:bad decrypt, errno 0 - Homebrew install: error: RPC failed; curl 56 LibreSSL SSL_read: error:06FFF064:digital envelope routines:CRYPTO_internal:bad decrypt, errno 0 使用URL链接到Starteam中的特定CR编号 - Use url Link to specific CR number in Starteam
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM