homebrew安装报错 博客分类: 操作系统
程序员文章站
2024-03-24 15:13:52
...
https://brew.sh/ 从官网拷贝脚本执行
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
报错:
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed Failed during: git fetch origin master:refs/remotes/origin/master --tags --force
加大buffer搞定,时间2020年02月29日
git config --global http.postBuffer 524288000
重新执行
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
推荐阅读
-
homebrew安装报错 博客分类: 操作系统
-
homebrew安装报错 博客分类: 操作系统
-
linux下启动dbca或netmgr类的图形界面报错 博客分类: 数据库
-
hibernate 报错 SQL Error: 1062, SQLState: 23000 博客分类: springhibernateexception hibernatespringspringbootjavaweb
-
[转]Linux下安装git 博客分类: linux git
-
linux下编译安装mysql 博客分类: linux
-
mac SpringsourceToolSuite安装ExtJS插件–SpketIDE 博客分类: 工具 extide
-
win10安装java开发环境 博客分类: java系统
-
win10安装python环境各种问题处理 博客分类: 系统python
-
win10安装python环境各种问题处理 博客分类: 系统python