美文网首页
mac下镜像飞速安装Homebrew教程

mac下镜像飞速安装Homebrew教程

作者: smallLabel | 来源:发表于2020-03-31 20:20 被阅读0次

转自司徒正美老师的博文

  1. 终端执行如下命令
cd "$(brew --repo)/Library/Taps/"
mkdir homebrew && cd homebrew
git clone git://mirrors.ustc.edu.cn/homebrew-core.git
  1. 执行
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

image.png

出现上图红框信息表示安装成功

相关文章

网友评论

      本文标题:mac下镜像飞速安装Homebrew教程

      本文链接:https://www.haomeiwen.com/subject/vxvguhtx.html