简体   繁体   中英

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.

  • An active proxy is between you and the github server, and is using an outdated SSL version. You're out of luck.

Also, the port it's trying to connect with to github.com (-9847) seems a bit odd. It could be some kind of config file corruption. Double check your git config -l

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM