mac下镜像飞速安装Homebrew教程
2020-03-31 本文已影响0人
smallLabel
转自司徒正美老师的博文
- 终端执行如下命令
cd "$(brew --repo)/Library/Taps/"
mkdir homebrew && cd homebrew
git clone git://mirrors.ustc.edu.cn/homebrew-core.git
- 执行
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
image.png
出现上图红框信息表示安装成功