码迷,mamicode.com
首页 > 系统相关 > 详细

Mac/Homebrew brew update慢的方法

时间:2019-06-07 13:08:54      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:repo   stat   ror   col   管理   https   科大   net   with   

Homebrew是Mac的软件包管理器,我们可以通过它安装大多数开源软件。但是在使用brew update更新的时候竟然要等待很久。猜测可能是因为brew的官方源被墙或或者响应慢。于是想到的切换Homebrew的更新源的办法, 如果coding.net的源还是很慢的话, 也可以尝试其他的源。具体代码如下

$ #cd to homebrew foler
$ cd "$(brew --repo)";
$ #check  git remote status
$ git remote -v;
https://github.com/Homebrew/homebrew.git
$ #update remote url with Coding.net
$ git remote set-url origin https://git.coding.net/homebrew/homebrew.git
$ brew update

 

brew镜像源

  • 中科大brew镜像源    http://mirrors.ustc.edu.cn/homebrew.git
  • 清华brew镜像源  http://mirrors.ustc.edu.cn/homebrew.git

Mac/Homebrew brew update慢的方法

标签:repo   stat   ror   col   管理   https   科大   net   with   

原文地址:https://www.cnblogs.com/kumufengchun/p/10987743.html

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