macでのhomebrewのインストールについて
MacOSX10.8.5にてhomebrewをインストールしたいです。
調べたところ
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
とターミナル上でコマンドを打てばインストール可能とのことでしたので、実行してみました。
ところが、
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
-e:4: syntax error, unexpected '<'
<!DOCTYPE html>
^
-e:5: syntax error, unexpected '<'
<html>
^
-e:7: syntax error, unexpected '<'
<meta charset='utf-8'>
^
-e:8: syntax error, unexpected '<'
<meta http-equiv="X-UA-Compatible" content="IE=edge">
^
-e:8: syntax error, unexpected tIDENTIFIER, expecting $end
<meta http-equiv="X-UA-Compatible" content="IE=edge">
というエラーが生じてしまいました。
どなたか解決方法をご存知でしたら、教えてください。
よろしくお願いします。