美文网首页
Mac 下使用brew install 报错: Error: C

Mac 下使用brew install 报错: Error: C

作者: dymost | 来源:发表于2016-06-28 23:06 被阅读539次
    Paste_Image.png

    // 将brew权限改为root
    chown root:wheel /usr/local/bin/brew
    // 用root权限操作urs文件夹
    sudo brew install wget

    error
    • Error: Could not create /usr/local/Cellar
     brew install wget
    
    • Error: Cowardly refusing to sudo brew install
     sudo brew install wget
    
    • Error: chown: /usr/local/bin/brew: Operation not permitted
    chown root:wheel /usr/local/bin/brew 
    
    success
    sudo chown root:wheel /usr/local/bin/brew 
    sudo brew install wget
    

    相关文章

      网友评论

          本文标题:Mac 下使用brew install 报错: Error: C

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