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

mac 更换国内镜像

时间:2019-06-09 13:18:22      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:github   update   url   替换   bash   tap   code   tun   mirrors   

清华大学镜像mac 镜像设置

替换现有上游
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

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

brew update

复原

cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core

brew update

mac 更换国内镜像

标签:github   update   url   替换   bash   tap   code   tun   mirrors   

原文地址:https://www.cnblogs.com/wanderingfish/p/10992981.html

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