我正在尝试安装RVM,但是我得到了这个错误。
Last login: Thu Mar 31 15:41:06 on ttys000
G-Mac-5:~ macbookpro$ bash < <(curl -B http://rvm.beginrescueend.com/install/rvm)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5335 100 5335 0 0 7948 0 --:--:-- --:--:-- --:--:-- 14113
bash: line 114: git: command not found
bash: line 115: git: command not found
ERROR: Unable to clone the RVM repository, attempted both git:// and https://我需要先安装GIT吗?那么zsh和bash有什么不同呢?
发布于 2011-03-31 23:56:43
当安装失败时,确实应该有更好的诊断消息。Phusion Passenger是一个如何正确执行的示例,其中不仅在安装尝试之前进行了严格的测试,而且任何问题都通过如何修复它们的剪切和粘贴示例进行了解释。它们甚至针对您正在使用的特定操作系统进行了定制,区分了apt-get和yum等。
如果你错过了git,你用rvm走不了多远。
https://stackoverflow.com/questions/5500878
复制相似问题