Homebrew
Posted lqw007
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Homebrew相关的知识,希望对你有一定的参考价值。
- 安装 Homebrew
/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查看当前源
- 卸载 Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
以上是关于Homebrew的主要内容,如果未能解决你的问题,请参考以下文章