美文网首页
Mac 安装配置使用brew

Mac 安装配置使用brew

作者: 南苑bert | 来源:发表于2020-04-28 10:52 被阅读0次

    第一步我们先安装brew

    最好用Wi-Fi下载 ,网速快
    一条命令
    最好选择3

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
    
    
    

    如果失败

    设置git全局代理 
    git config --global http.proxy 127.0.0.1:1088
    
    查看是否成功
    
    git config --get http.proxy
    
    127.0.0.1:1088
    
    然后在
    输入
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
    
    image.png

    =

    相关文章

      网友评论

          本文标题:Mac 安装配置使用brew

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