Working from my command line on Mac OS X Snow Leopard in directory /Users/michael, I did the installation line recommended by the RVM site:
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
and got this error message which I don't understand...
bash: line 152: git: command not found
bash: line 154: git: command not found
ERROR: Unable to clone the RVM repository, attempted both git:// and https://
If I've never used GitHub before (at least not that I remember), do I have to do something else before running that install line?