美文网首页
替换 / 还原 homebrew-core.git 仓库地址

替换 / 还原 homebrew-core.git 仓库地址

作者: DerekTime | 来源:发表于2020-04-13 18:04 被阅读0次

替换成阿里巴巴的 homebrew-core.git 仓库地址:

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

=======================================================

还原为官方提供的 homebrew-core.git 仓库地址

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

相关文章

网友评论

      本文标题:替换 / 还原 homebrew-core.git 仓库地址

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