Homebrew install issues

前端 未结 2 1754
遥遥无期
遥遥无期 2020-12-17 21:18

I am having some trouble with brew installs. So I have done the following:

Uninstalled homebrew with:

$ rm -rf /usr/local/Cellar /usr/local/.git &

相关标签:
2条回答
  • 2020-12-17 21:37

    This thing told me to tell you to update that install command to

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
    0 讨论(0)
  • 2020-12-17 21:38

    Did you perhaps install brew with an other user, or with sudo previously?

    Check the permissions of /Library/Caches/Homebrew, and force it to be writable for your user, by either changing its owner, or its permissions.

    You might also try to uninstall with something like https://gist.github.com/1173223 and try the install again.

    0 讨论(0)
提交回复
热议问题