美文网首页
Mac下brew更新慢的解决方案

Mac下brew更新慢的解决方案

作者: Sommouns | 来源:发表于2020-01-22 22:07 被阅读0次

cd "$(brew --repo)"

git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"

git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git

echo'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles'>> ~/.bash_profile

source~/.bash_profile

相关文章

网友评论

      本文标题:Mac下brew更新慢的解决方案

      本文链接:https://www.haomeiwen.com/subject/appluqtx.html