Homebrew fails on MacOS Big Sur

后端 未结 6 707
遥遥无期
遥遥无期 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条回答
  •  闹比i
    闹比i (楼主)
    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/

提交回复
热议问题