有問(wèn)題桥帆,可在評(píng)論區(qū)詢問(wèn)。
-
準(zhǔn)備工作叶骨,務(wù)必保證github可用张遭,如果訪問(wèn)很慢,考慮繞過(guò)遠(yuǎn)程dns解析菊卷,方法是修改本地hosts洁闰,具體方法可自行搜索
修改如:
151.101.44.249 github.global.ssl.fastly.net 192.30.253.113 github.com 103.245.222.133 assets-cdn.github.com 23.235.47.133 assets-cdn.github.com 203.208.39.104 assets-cdn.github.com 204.232.175.78 documentcloud.github.com 204.232.175.94 gist.github.com 107.21.116.220 help.github.com 207.97.227.252 nodeload.github.com 199.27.76.130 raw.github.com 107.22.3.110 status.github.com 204.232.175.78 training.github.com 207.97.227.243 www.github.com 185.31.16.184 github.global.ssl.fastly.net 185.31.18.133 avatars0.githubusercontent.com 185.31.19.133 avatars1.githubusercontent.com 192.30.253.120 codeload.github.com 199.232.28.133 raw.githubusercontent.com
-
開(kāi)始
git clone https://github.com/Homebrew/install.git
-
cd install
忽略里面的install文件,聚焦install.sh
-
vim install.sh
替換 BREW_REPO="https://github.com/Homebrew/brew"
為 BREW_REPO="https://mirrors.ustc.edu.cn/brew.git"
或其他國(guó)內(nèi)鏡像然后執(zhí)行
-
./install.sh
之后就是等待一會(huì)纸泄,直到完成
-
然后開(kāi)始替換brew為國(guó)內(nèi)鏡像源
cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
//如果你發(fā)現(xiàn)Taps/homebrew/homebrew-core這樣的路徑不存在 就直接新建
//或者執(zhí)行下brew install xx 發(fā)現(xiàn)太慢就終止掉腰素,這時(shí)你也會(huì)發(fā)現(xiàn)以上路徑已經(jīng)創(chuàng)建,然后繼續(xù)
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
并查看homebrew-core是否是空目錄衡便,如果是洋访,執(zhí)行
```shell
git pull
-
然后執(zhí)行
brew update
大功告成。
注意:重要的后續(xù)參考