M1安裝homebrew

雪花飄發表於2022-01-22

最近在公司申請了 mac M1,在安裝 homebrew 時問題多,以前使用 mac 可沒有這麼多事,網上找了很多資料,太過雜,也不夠精準狠,但還是找到了好方法。
執行以下命令諸多錯誤

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

錯誤:

fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 

竟然連線不上,按網上說的方法 ping 一下域名,配置 host 也無效,以下方法一鍵搞定

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

該執行過程需要選擇源,及輸入使用者密碼。噢了!

本作品採用《CC 協議》,轉載必須註明作者和本文連結
雪花飄

相關文章