【发布时间】:2013-04-05 13:08:38
【问题描述】:
尝试从这里安装自制软件:
$ ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
-e:1: syntax error, unexpected ']'
[This script has been moved.][url]
^
【问题讨论】:
尝试从这里安装自制软件:
$ 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/323731,您会看到
[此脚本已被移动。][url]
[网址]:https://github.com/mxcl/homebrew/blob/master/Library/Contributions/install_homebrew.rb
但它似乎不起作用。所以使用
$ ruby -e "$(curl -fsSL raw.github.com/mxcl/homebrew/go)"
改为。
【讨论】: