码迷,mamicode.com
首页 > 其他好文 > 详细

homebrew 安装踩坑解决过程

时间:2020-06-19 00:37:14      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:upd   git clone   pack   https   rar   问题   中继   报错   tap   

1、坑一:mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法

安装brew执行:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

报错如下:

Failed to connect to raw.githubusercontent.com port 443: Connection refused

主要还是墙的问题,解决方案:
在hosts中加入代理hosts

200.199.232.28.133 raw.githubusercontent.com

2、坑二
安装中继续报错

fatal: early EOF
fatal: index-pack failed
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.
Failed during: /usr/local/bin/brew update --force

这个时候我们换个源,执行:

git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1

没有装载的部分会安装好

homebrew 安装踩坑解决过程

标签:upd   git clone   pack   https   rar   问题   中继   报错   tap   

原文地址:https://blog.51cto.com/13238147/2505601

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!