According to the rvm website, this is the command to issue:
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
bash: line 151: git: command not found
bash: line 153: git: command not found
ERROR: Unable to clone the RVM repository, attempted both git:// and
https://
$
(Mac OSX 10.6.7)
7stud
2
7stud – wrote in post #1008198:
According to the rvm website, this is the command to issue:
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
bash: line 151: git: command not found
bash: line 153: git: command not found
I think that’s a fairly clear error 
The instructions at http://beginrescueend.com/rvm/install/ do say that
you have to install git first, and they suggest this way:
bash < <( curl -s https://rvm.beginrescueend.com/install/git )
7stud
3
Brian C. wrote in post #1008211:
7stud – wrote in post #1008198:
According to the rvm website, this is the command to issue:
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
bash: line 151: git: command not found
bash: line 153: git: command not found
I think that’s a fairly clear error 
The instructions at http://beginrescueend.com/rvm/install/ do say that
you have to install git first, and they suggest this way:
I didn’t see that. It’s way down at the bottom after some instructions
that didn’t apply to me.