LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

1、问题:
'https://github.com/CocoaPods/Specs.git/':LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443的解决办法

出现这个问题的原因基本都是代理的问题:

只需要加上代理就可以了:

复制代码
#http代理
git config --global http.proxy 'socks5://127.0.0.1:7890'
#https代理
git config --global https.proxy 'socks5://127.0.0.1:7890'

端口为什么是7890

因为这里需要科学上网

相关推荐
Ankie Wan4 小时前
ARP: Address Resolution Protocol (ARP),IP转mac address
网络协议·tcp/ip·rfc·arp
CoderJia程序员甲4 小时前
GitHub 热榜项目 - 日榜(2025-10-13)
ai·开源·大模型·github·ai教程
沐浴露z5 小时前
【深入理解计算机网络10】UDP协议详解
网络·网络协议·计算机网络·udp
uhakadotcom5 小时前
coze的AsyncTokenAuth和coze的TokenAuth有哪些使用的差异?
后端·面试·github
KnowSafe5 小时前
iTrustSSL和RapidSSL哪个性价比更高?
ssl·rapidssl·itrustssl
平平无奇。。。6 小时前
版本控制器之Git理论与实战
linux·git·gitee·github
kingg6 小时前
【征文计划】基于 Rokid JSAR 的 2D 粒子画廊实现:从技术概述到核心代码解析
github
绝无仅有7 小时前
面试真实经历某商银行大厂Java问题和答案总结(一)
后端·面试·github
绝无仅有7 小时前
面试真实经历某商银行大厂Java问题和答案总结(二)
后端·面试·github
whysqwhw7 小时前
KuiklyUI core-ksp 模块分析
github