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

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

problem

git clone https://github.com/xxx 仓库时

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

reason

网络问题

solution

使用ssh

  • 前提是本机生成ssh公私钥,然后将公钥配置到github
  • 然后执行 git clone git@github.com:xxx
相关推荐
绝无仅有15 分钟前
面试之MySQL 高级实战& 优化篇经验总结与分享
后端·面试·github
绝无仅有17 分钟前
某云大厂面试之Go 实际问题及答案
后端·面试·github
roshy2 小时前
RPC 与http对比
网络协议·http·rpc
MarkHD2 小时前
GitHub Copilot实战教程:AI编程助手的完整使用指南
github·copilot·ai编程
大写-凌祁6 小时前
零基础入门深度学习:从理论到实战,GitHub+开源资源全指南(2025最新版)
人工智能·深度学习·开源·github
悟乙己7 小时前
Github | MoneyPrinterTurbo:自动化视频内容生成系统
自动化·github·音视频
雁于飞8 小时前
vscode中使用git、githup的基操
笔记·git·vscode·学习·elasticsearch·gitee·github
慢慢沉11 小时前
UDP与TCP的区别
网络协议·tcp/ip·udp
icebreaker12 小时前
tailwindcss 究竟比 unocss 快多少?
前端·css·github
Giant10014 小时前
小白也能看懂的 Git 命令手册:从配置到提交,一步到位
github