Trying to install homebrew from here:
$ ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
-e:1: syntax error, unexpected ']'
[This script has been moved.][url]
^
在浏览器中访问https://raw.github.com/gist/323 731 ,您会看到
[此脚本已被移动。][url]
[网址]:https ://github.com/mxcl/homebrew/blob/master/Library/Contributions/install_homebrew.rb
但这似乎不起作用。所以使用
$ ruby -e "$(curl -fsSL raw.github.com/mxcl/homebrew/go)"
反而。