美文网首页
重置homebrew为官方地址

重置homebrew为官方地址

作者: 消失的子弹007 | 来源:发表于2020-05-30 09:57 被阅读0次
    重置brew.git
    cd "$(brew --repo)"
    git remote set-url origin https://github.com/Homebrew/brew.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为官方地址

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