用到的映象:
1、安裝前準備:
echo 'export homebrew_bottle_domain=' >> ~/.bash_profile
echo 'export homebrew_core_git_remote=' >> ~/.bash_profile
source ~/.bash_profile
git clone
cd install
我已經將指令碼install.sh中的brew_repo變數改過了,有興趣你可以開啟指令碼看看
brew_repo=""
改成了
brew_repo=""
3、接著,執行 install.sh 以安裝 homebrew:
此時,你可能會卡在
cloning into '/usr/local/homebrew/library/taps/homebrew/homebrew-core'
ctrl+c停下,繼續下一步
4、手動轉殖core和cask
cd /usr/local/homebrew/library/taps/homebrew
git clone
git clone
5、然後繼續執行安裝指令碼install.sh
bash ~/install/install.sh
6、安裝好後,替換核心包倉庫的配置為阿里雲映象
# 替換brew.git:
cd "$(brew --repo)"
git remote set-url origin
# 替換homebrew-core.git:
cd "$(brew --repo)/library/taps/homebrew/homebrew-core"
git remote set-url origin
# 應用生效
brew update
參考: mac下國內安裝Homebrew教程
homebrew是一款包管理工具,目前支援macos和linux系統。主要有四個部分組成 brew homebrew core homebrew cask homebrew bottles。名稱 說明 brew homebrew 源 倉庫 homebrew core homebrew 核心源 hom...
Mac下使用國內映象安裝Homebrew
根據官網上的方法,在終端輸入 usr bin ruby e curl fssl 依文中所述,進行安裝。由於官方棄用了舊的homebrew倉庫,將homebrew程式與軟體包拆分成了兩個倉庫。與文中描述不符,也未能成功安裝。於是稍作修改,記錄於此。新增brew.git與homebrew core.gi...
Mac飛速安裝homebrew 國內映象版本
homebrew預設安裝指令碼 有翻牆都不好使 usr bin ruby e curl fssl 安著安著你就想把電腦砸掉,因為會出各種錯誤 比如這樣的 curl 7 failed to connect to raw.githubusercontent.com port 443 operation ...