• Homebrew 更改国内阿里源


    今天尝试用homebrew 安装grafana,一直不成功,于是搜到这篇文章:https://blog.csdn.net/weixin_42132763/article/details/105096760
    记录下

    cd $(brew --repo)
    git remote -v
    # origin	https://github.com/Homebrew/brew (fetch)
    # origin	https://github.com/Homebrew/brew (push)
    git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
    git remote -v
    # origin	https://mirrors.aliyun.com/homebrew/brew.git (fetch)
    # origin	https://mirrors.aliyun.com/homebrew/brew.git (push)
    cd $(brew --repo)/Library/Taps/homebrew/homebrew-core
    git remote  -v
    # origin	https://github.com/Homebrew/homebrew-core (fetch)
    # origin	https://github.com/Homebrew/homebrew-core (push)
    git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
    git remote -v
    # origin	https://mirrors.aliyun.com/homebrew/homebrew-core.git (fetch)
    # origin	https://mirrors.aliyun.com/homebrew/homebrew-core.git (push)
    brew update
    # Already up-to-date.
    
    
  • 相关阅读:
    CF733F
    P4826
    洛谷P2687 & P1108
    CF42A
    洛谷P1858
    CF1428C
    洛谷P4981
    树形DP
    背包六讲(也不知道为啥就是六个 $QwQ$)
    2020
  • 原文地址:https://www.cnblogs.com/zhenghengbin/p/13607142.html
Copyright © 2020-2023  润新知