LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com

  • Post author:
  • Post category:其他




无法访问

github

仓库

环境: git version 2.30.1 (Apple Git-130), macOS Big Sur 11.4



Overview 问题概览

// 命令行使用`git push`或者`git pull`出现如下报错
fatal: unable to access 'https://github.com/HouShiqi/SQIxxxxxxx.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443



Solution 解决方法

// 关闭 WIFI 网络下 ipv6 的解析, 亲测有效
$ networksetup -setv6off Wi-Fi



问题原因

github.com域名被解析为

IPv6

地址, 而 git 并不与此兼容(个人猜测);



stack overflow 上的描述

stack overflow



版权声明:本文为qfeung原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。