• Mac电脑


    问题背景

    brew install autojump
    Error: /usr/local/Homebrew is not writable. You should change the
    ownership and permissions of /usr/local/Homebrew back to your
    user account:
    sudo chown -R $(whoami) /usr/local/Homebrew
    Error: The following directories are not writable by your user:
    /usr/local/Homebrew
    
    You should change the ownership of these directories to your user.
    sudo chown -R $(whoami) /usr/local/Homebrew
    
    And make sure that your user has write permission.
    chmod u+w /usr/local/Homebrew

    按照它提示的步骤执行即可

    sudo chown -R $(whoami) /usr/local/Homebrew chmod u+w /usr/local/Homebrew

  • 相关阅读:
    MZOJ #72 数字
    MZOJ #71 maple做数学题
    MZOJ #70 FFF团
    luogu 2051 [AHOI2009]中国象棋
    uva 280
    uva 260
    文件的基本处理
    文件的基础
    Turtle库
    π的计算
  • 原文地址:https://www.cnblogs.com/poloyy/p/14821999.html
Copyright © 2020-2023  润新知