简体   繁体   English

无法访问'https://github.com/AFNetworking/AFNetworking.git/':与github.com:9847相关的未知SSL协议错误

[英]unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Unknown SSL protocol error in connection to github.com:-9847

当我最近从github克隆时,终端输出是“致命的:无法访问' https://github.com/AFNetworking/AFNetworking.git/ ':与github.com:9847相关的未知SSL协议错误”,以及它以前的作品有什么不对?

This could come from different things: 这可能来自不同的事情:

  • Most probably github upgrade their supported ciphersuite, and you need to upgrade your git version. 最有可能github升级他们支持的密码套件,你需要升级你的git版本。

  • An active proxy is between you and the github server, and is using an outdated SSL version. 您和github服务器之间存在活动代理,并且使用的是过时的SSL版本。 You're out of luck. 你运气不好

Also, the port it's trying to connect with to github.com (-9847) seems a bit odd. 此外,它试图连接到github.com(-9847)的端口似乎有点奇怪。 It could be some kind of config file corruption. 它可能是某种配置文件损坏。 Double check your git config -l 仔细检查你的git config -l

暂无
暂无

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

相关问题 Git Push失败:致命:无法访问与github.com有关的未知SSL协议错误:-9805 - Git Push failed: fatal: unable to access Unknown SSL protocol error in connection to github.com:-9805 Git Clone:与github.com:443相关的未知SSL协议错误 - Git Clone : Unknown SSL protocol error in connection to github.com:443 Grunt / Git抛出与github.com:443相关的未知SSL协议错误 - Grunt/Git throws Unknown SSL protocol error in connection to github.com:443 致命:无法访问“https://github.com/xxx”:LibreSSL SSL_connect: SSL_ERROR_SYSCALL 连接到 github.com:443 - fatal: unable to access 'https://github.com/xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 失败推。 与github.com相关的未知SSL协议错误:443 - Failure to push. Unknown SSL protocol error in connection to github.com:443 无法访问github.com - Unable to access github.com 推送失败:无法访问“ https://github.com/abc/xyz.git/”:无法解析主机:github.com - Push failed: unable to access 'https://github.com/abc/xyz.git/': Could not resolve host: github.com 致命:无法访问“ https://github.com/MyName/MyRepo.git/”:请求的URL返回错误:403 - fatal: unable to access 'https://github.com/MyName/MyRepo.git/': The requested URL returned error: 403 “无法访问'https://github.com/flutter/flutter.git/':无法连接到github.com端口8080:” - "Unable to access 'https://github.com/flutter/flutter.git/': Failed to connect to github.com port 8080:" git 克隆致命:无法访问“https://github.com/snsnsjsn/allen.github.io/”:OpenSSL SSL_read:连接已重置,errno 10054 - git clone fatal: unable to access 'https://github.com/snsnsjsn/allen.github.io/': OpenSSL SSL_read: Connection was reset, errno 10054
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM