在查找過程中發(fā)現(xiàn),好多博客里的安裝命令都是
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
結果點開https://raw.githubusercontent.com/Homebrew/install/master/install 發(fā)現(xiàn)內容為:
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
網(wǎng)址變?yōu)榱?a target="_blank">https://raw.githubusercontent.com/Homebrew/install/master/install.sh
下載install.sh
把https://raw.githubusercontent.com/Homebrew/install/master/install.sh中的內容復制到本地目錄作為shell腳本测暗。
執(zhí)行install.sh
1.如果卡在
Downloading Command Line Tools for Xcode……
不用安裝Xcode蠢挡,用xcode-select --install
命令安裝Command Line Tools
繼續(xù)執(zhí)行install.sh
2.如果下載速度很慢只有幾kb凡辱,更換shell腳本中的資源鏈接為國內的鏡像拧簸。
找到如下代碼
BREW_REPO = "https://github.com/Homebrew/brew"
更換為
BREW_REPO = "https://mirrors.ustc.edu.cn/brew.git"
就OK了寺旺,別的博客中有更換CORE_TAP_REPO组去,但由于最新版本的shell腳本中沒有鞍陨,就不進行更換。
重新執(zhí)行./install.sh
3.之后又卡在了
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
執(zhí)行如下命令:
cd "$(brew --repo)/Library/Taps/"
mkdir homebrew && cd homebrew
git clone git://mirrors.ustc.edu.cn/homebrew-core.git
再重新執(zhí)行腳本./install.sh
看到
==> Installation successful!
就是安裝成功了!
通過brew -v查看一下是否成功
記得加入環(huán)境變量
參考:
mac下國內安裝Homebrew教程
Mac OS 安裝Homebrew诚撵,親測有效缭裆,網(wǎng)上其他的都不靠譜