Homebrew install fails while copying files

后端 未结 4 1492
醉梦人生
醉梦人生 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:37

    If nothing works, then just uninstall and install home-brew again.

    Uninstall command:

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

    Install command:

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

提交回复
热议问题