这一篇会保持更新吧。因为不是一次性的工具。遇到 homebrew 问题以后就往这里记录了。
-
查看配置
brew config
-
更新 brew 信息
brew update
遇到了报错: ` fetching failed`。。。
原因是我电脑上跑的 clash 的混合端口,git 配置为 sock5 端口代理有问题。要改成用 http 代理端口
git config --global http.https://github.com.proxy 'http://127.0.0.1:7890'