使用HomeBrew安装PHP的时候报错:

$ brew install php@8.0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.bytereef.org:443
Error: php@8.0: Failed to download resource "python@3.9--patch"
Download failed: https://www.bytereef.org/contrib/decimal.diff

处理方式

手动下载软件包到缓存目录

# 查看缓存目录
$ brew --cache
/Users/user/Library/Caches/Homebrew# 查看详细日志
$ brew install php@8.0 -v
Downloading https://www.bytereef.org/contrib/decimal.diff
/usr/local/Homebrew/Library/Homebrew/shims/shared/curl
--disable
--cookie /dev/null
--globoff --show-error
--user-agent Homebrew/3.5.2-156-gf1d04b4\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.14.4\)\ curl/7.54.0
--header Accept-Language:\ en
--fail
--retry 3
--location
--remote-time
--output /Users/user/Library/Caches/Homebrew/downloads/f60b5004541eb3c87cce87ef3bf94933a2684ab267346afdc45ae1622ffa923a--decimal.diff.incomplete
https://www.bytereef.org/contrib/decimal.diff# 手动下载到缓存目录
wget https://www.bytereef.org/contrib/decimal.diff \
-O /Users/user/Library/Caches/Homebrew/downloads/f60b5004541eb3c87cce87ef3bf94933a2684ab267346afdc45ae1622ffa923a--decimal.diff# 再次安装的时候就可以使用本地缓存
brew install php@8.0 -v

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection相关推荐

  1. curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443

    MacOS系统使用Homebrew官方地址时,报错 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew ...

  2. 超快速安装Mac上的Homebrow,解决homebrow安装错误curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to

    错误 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 ...

  3. Mac安装oh-my-zsh网络错误curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.github解决方案

    阅读导航 一.官网安装方法 二.安装过程报错 三.有效解决方案 1. 复制install.sh安装脚本内容 2. 新建脚本文件粘贴脚本内容 3. 添加执行权限并安装 4. 删除无用的安装脚本 一.官网 ...

  4. curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.gith

    针对curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.gith报错,亲测有效 以为Mac为例 直接在hos ...

  5. 成功解决:curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bit.ly:443

    执行以下指令下载Fabric二进制及docker镜像时出现标题所指的报错内容 curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.0 1.4.8 -s ...

  6. 解决方法 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bit.ly:443

    这是禁止访问国外链接的原因 docker info 强烈建议安装 Docker 之后配置 国内镜像加速 sudo vi /etc/docker/daemon.json 粘贴 {"regist ...

  7. fatal: 无法访问 LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

    问题1: fatal: 无法访问 'https://github.com/xxx/xxx.git/':LibreSSL SSL_connect:         SSL_ERROR_SYSCALL i ...

  8. git 命令行配置及配置文件 解决clone报错 LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

    Intro clone 某个来自于 github 的仓库的时候,报错如下: leung@wuyujin coderepo % git clone https://github.com/spring-g ...

  9. 【git】LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

    1.概述 今天git 拉取一个项目报错 [lcc@lcc ~/IdeaProjects/third]$ git clone https://github.com/xxxx/xxxx.git Cloni ...

最新文章

  1. 20道常见初级Java面试题
  2. MySQL Order by 语句用法与优化详解
  3. springboot(十八):使用Spring Boot集成FastDFS
  4. diff 命令,防止遗忘
  5. opencv 读写XML YML
  6. linux tr命令完整,linux tr命令详解
  7. 【计算机网络复习 物理层】2.2 物理传输介质
  8. 台阶问题(洛谷P1192题题解,Java语言描述)
  9. AI PRO I 第4章 译文 Behavior Selection Algorithms An Overview
  10. 铭飞MCMS内容管理系统完整开源版J2EE代码
  11. Julia :元编程、宏
  12. 别做正常的傻瓜 读书笔记
  13. 2018年个人学习计划总结
  14. Android kotlin 系列讲解(基础篇) Any和Any?
  15. 视频去水印在线网站?
  16. Android 上面实现红外解析(NEC编码)
  17. js 简易的筋斗云,图片动画
  18. 自定义类型:结构体2.0(初阶+进阶)+位段+枚举+联合
  19. 关于使用[MASK]做完形填空时需要注意的点
  20. tensorflow中的norm()函数 | axis=0,axis=1,axis=2

热门文章

  1. 1531-智力大冲浪
  2. v-if和v-for为什么不能一起使用
  3. Linux slab技术
  4. javase之序列化与反序列化
  5. c语言编程求弧度值,求弧度计算方法.编程方面,弧度计算公式
  6. 简单至上(KISS) 原则
  7. 关于linux中wake_up与wake_event的使用
  8. P2984 [USACO10FEB]Chocolate Giving S【SPFA】
  9. 《the cave》攻略及感悟
  10. AI攻破高数核心 1秒内精确求解微分方程、不定积分