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

Mac下Homebrew替换镜像

时间:2020-01-04 14:16:02      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:加速   --   stl   根据   brew   work   ini   class   mac   

替换git和homebrew镜像源

一、git加速

  1. 查找域名对应的地址
    nslookup github.com
    nslookup github.global.ssl.fastly.Net
  2. 修改hosts文件

    sudo vim /etc/hosts
    # add two lines at the end.
    31.13.66.1 github.global.ssl.fastly.net 
    13.229.188.59 github.com
  3. 刷新DNS缓存(根据你的操作系统选择)

    # Mac
    sudo killall -HUP mDNSResponder
    # linux
    sudo /etc/init.d/networking restart

二、homebrew替换为清华镜像源

清华镜像站:清华镜像站

homebrew替换指南:帮助文档

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git
brew update

Mac下Homebrew替换镜像

标签:加速   --   stl   根据   brew   work   ini   class   mac   

原文地址:https://www.cnblogs.com/cpl9412290130/p/12148705.html

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