LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

安装
curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"
1
报错
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1` exited with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/core` exited with 1.

解决:
// 执行下面这句命令,更换为中科院的镜像:
git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1

// 把homebrew-core的镜像地址也设为中科院的国内镜像

cd "$(brew --repo)"

git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"

git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

// 更新
brew update

// 使用
brew install node

转自:https://blog.csdn.net/qq_42840269/article/details/81413875  十分感谢

最新文章

  1. spring快速入门(三)
  2. &lt;&lt;&lt; Oracle序列的创建、修改、删除基本操作
  3. jquery简单入门(一)
  4. Sublime Text 插件 &amp; 使用技巧
  5. DP游戏开发随记9-日常,推箱子
  6. Abstract Factory 抽象工厂模式
  7. 编程Tips集锦
  8. tomcat web项目部署方式
  9. ES6 JavaScript Promise的感性认知
  10. 中文分词算法之最大正向匹配算法(Python版)
  11. Android 获取屏幕大小和密度
  12. 两个数组各个数相加或相乘变成一个矩阵求第K大
  13. MongoDB基础之九 replication复制集
  14. lesson - 7 vim 详解
  15. ACM Bee
  16. (转)ZooKeeper的Znode剖析
  17. Parquet格式解析
  18. yum 安装Mysql
  19. 如何高效的使用-Notepad++
  20. C++学习 内存模型和名称空间

热门文章

  1. 修改ubuntu设备名
  2. 利用PL/SQL从Oracle数据库导出和导入数据
  3. C++ unordered_map桶增长规律
  4. EF方式增、删、改、查(基本使用)
  5. 【Hibernate】事务处理
  6. linux 安装 wkhtmltox
  7. MySQL在command line Client下的一些命令
  8. Linux学习笔记(十四)磁盘管理(二):格式化、挂载以及Swap分区
  9. mongodb索引 多健索引
  10. 系统---添加一个相机的IP实现opencv读取rstp视频流