标签:bash install fss hub rem 退出 tps curl bsp
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
如果安装过程中一直卡在 clone homebrew-core,可以退出后执行以下语句,使用中科大镜像下载(如果 Taps 下没有homebrew文件夹,需要手动创建):
cd /usr/local/Homebrew/Library/Taps/homebrew/
git clone http://mirrors.ustc.edu.cn/homebrew-core.git/
可以使用git remote -v查看当前源
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
标签:bash install fss hub rem 退出 tps curl bsp
原文地址:https://www.cnblogs.com/lqw007/p/13197709.html