zoukankan      html  css  js  c++  java
  • brew 安装 yarn 时候失败

    1.mac 安装 

    brew install yarn

     

    报错

    Error: Failure while executing; `git config --local --replace-all homebrew.analyticsmessage true` exited with 1.

     

    解决办法

     

    在terminal输入:

     

    xcode-select --install

    安装成功之后可以解决

    2.brew 安装慢

    1.cd "$(brew --repo)" && git remote set-url origin https://git.coding.net/homebrew/homebrew.git
    2.cd ~
    3.brew update

     

  • 相关阅读:
    uoj35 后缀排序
    bzoj1026windy数
    poj2761 feed the dog
    codevs2875RY哥查字典
    bzoj1683[Usaco2005 Nov]City skyline 城市地平线
    codevs2464超级麻将
    初赛乱记
    让NOI Linux变得可用
    [HAOI2015] 按位或
    一句话CF
  • 原文地址:https://www.cnblogs.com/Running00/p/9874124.html
Copyright © 2011-2022 走看看