美文网首页
2019-07-17设置homebrew源

2019-07-17设置homebrew源

作者: 嘿喵heyMeow | 来源:发表于2019-07-17 17:14 被阅读0次

替换原brew源

cd "$(brew --repo)"

// 中科大
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
// 码云
git remote set-url origin https://git.coding.net/homebrew/homebrew.git

重置brew.git:

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

相关文章

网友评论

      本文标题:2019-07-17设置homebrew源

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