Error when trying to “brew link autoconf”

后端 未结 6 593
终归单人心
终归单人心 2021-02-01 19:38

When I try to \"brew link autoconf\" in the terminal I keep getting this error.

Error: Could not symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp /usr

6条回答
  •  庸人自扰
    2021-02-01 19:52

    I had to run

    chmod -R u+w /usr/local
    brew link --overwrite autoconf
    brew install htop
    

提交回复
热议问题