码迷,mamicode.com
首页 > 其他好文 > 详细

Homebrew 更新慢问题

时间:2018-10-24 22:14:20      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:update   remote   bsp   问题   set   div   ror   pre   tps   

cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git checkout master
git pull origin master

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
git checkout master
git pull origin master

brew update

 

Homebrew 更新慢问题

标签:update   remote   bsp   问题   set   div   ror   pre   tps   

原文地址:https://www.cnblogs.com/LYliangying/p/9845811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!