MAC OS系統替換homebrew使用阿里雲的鏡像源
MAC OS系統替換homebrew使用阿里雲的鏡像源
-
# 替換brew.git:
-
cd "$(brew --repo)"
-
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
-
# 替換homebrew-core.git:
-
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
-
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
-
# 應用生效
-
brew update