Homebrew fails on MacOS Big Sur

后端 未结 6 703
遥遥无期
遥遥无期 2021-02-05 01:26

I upgraded from Mohave to Big Sur and found that homebrew is not working any more. I installed the command line tools using the command

xcode-select --install


        
相关标签:
6条回答
  • 2021-02-05 01:40

    If you run brew upgrade still meet the error, maybe you should run brew update first.

    My experience is:

    1. brew update
    2. brew doctor
    3. brew upgrade
    
    0 讨论(0)
  • 2021-02-05 01:47

    When I follow @andrmu instructions, I received an error stating Homebrew: Your CLT does not support macOS 11.0.. I had to first follow the instructions to clean upgrade my command line tools as per the top answer on this issue, then it worked..

    0 讨论(0)
  • 2021-02-05 01:50

    You should update brew;

    brew update-reset
    
    0 讨论(0)
  • 2021-02-05 01:52

    After brew upgrade this did the trick to avoid tmp/mysql.sock error. Use commandline command:

    sudo chmod -R 0777 /usr/local/var/mysql/

    0 讨论(0)
  • 2021-02-05 02:04

    You should update brew;

    brew update-reset
    
    0 讨论(0)
  • 2021-02-05 02:07

    I had the same problem. Try upgrading brew - this solved it for me.

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