【发布时间】:2013-09-04 20:40:35
【问题描述】:
我正在尝试按照这篇文章中的说明进行操作:http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/
在我的 Mac 上安装 Ruby。但是我收到此错误:
RyanT:~$ \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15790 100 15790 0 0 14754 0 0:00:01 0:00:01 --:--:-- 14754
ERROR: Could not find GNU compatible version of 'tar' command, make sure it's available first before continuing installation.
我确实运行了这个:
brew install gnu-tar --default-names
在一篇关于 GNU 的流浪博客文章中找到了该命令。然而这并没有帮助。
搜索 Google 我找不到其他遇到此错误的人。有人有什么建议吗?
【问题讨论】:
标签: ruby-on-rails ruby macos rvm gnu