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

因为这里需要科学上网

相关推荐
Nejosi_念旧8 小时前
git报错解决:ssh: connect to host github.com port 22: Connection refused
git·ssh·github
大千AI助手13 小时前
GitHub Copilot:AI编程助手的架构演进与真实世界影响
人工智能·深度学习·大模型·github·copilot·ai编程·codex
xuanerya13 小时前
使用 SSH 方式克隆 GitHub 仓库没有权限解决办法
运维·ssh·github
.Shu.14 小时前
计算机网络 HTTPS 全流程
网络协议·计算机网络·https
还听珊瑚海吗18 小时前
基于WebSocket和SpringBoot聊天项目ChatterBox测试报告
spring boot·websocket·网络协议
希尔伯特旅馆18 小时前
Tushare:量化投资数据获取
github
猿究院--冯磊21 小时前
计算机网络--HTTP协议
网络协议·计算机网络·http
元清加油1 天前
【Goland】:协程和通道
服务器·开发语言·后端·网络协议·golang
海绵不是宝宝8171 天前
连接远程服务器上的 jupyter notebook,解放本地电脑
服务器·jupyter·github
黑客飓风1 天前
当GitHub宕机时,我们如何协作?
github·notepad++