命令行安裝
對于brew的安裝纤掸,只要一條命令就可以了
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安裝慢或443問題
由于安裝源在github上脐供,國內(nèi)訪問github有名種蛋疼的問題。
通過https://www.ipaddress.com
先查出raw.githubusercontent.com
的真實ip借跪,然后修改本地hosts文件添加直接解析
:: 由于它是通過CDN的政己,可能不止一個ip,挑一個自己訪問最快的ip解析就可以了掏愁,ip之后也可能會改變歇由。
185.199.108.133 raw.githubusercontent.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 avatars2.githubusercontent.com
185.199.108.133 avatars1.githubusercontent.com
然后再運行上面的命令安裝brew。
自己安裝了好幾次都卡在了homebrew-core
下載上果港,有時是下不過來沦泌,有時直接報錯了。
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core` exited with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/core` exited with 1.
這個辛掠,直接進入github網(wǎng)站https://github.com/Homebrew/homebrew-core谢谦,點擊直接下載zip包。
然后把整個zip包解壓萝衩,復制到/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
目錄下回挽。
最后診斷一下
brew doctor
brew -v