Homebrew

By admin, 24 十二月, 2020

过一段时间没有使用,我们应该brew update更新。

遇到问题,可以运行brew doctor检测。

brew update 或 install可能都很慢,可以在后面加--verbose --debug看更多信息,了解进度。

如有需要使用mirror,下面是中科大源的设置方法:

替换brew.git:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

替换homebrew-core.git:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

参考:https://lug.ustc.edu.cn/wiki/mirrors/help/brew.git/

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"