Homebrew install fails while copying files

后端 未结 4 1491
醉梦人生
醉梦人生 2021-02-19 02:18

I run this:

/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"

I get prompt:



        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-19 02:46

    I could get it working with

    sudo chown -R $USER /usr/local
    

    thanks to @joran for suggesting this in comments

提交回复
热议问题