Error occurs when trying to install Homebrew on a Mac for Ruby on Rails

前端 未结 4 788
迷失自我
迷失自我 2021-01-25 15:40

I am trying to install Homebrew on my mac with OS 10.8.5 and I am getting an error.

I enter the following into terminal:

    ruby -e \"$(curl -fsSkL raw.         


        
4条回答
  •  悲&欢浪女
    2021-01-25 16:22

    This worked for me

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

提交回复
热议问题