I'm working on Mac OSX (10.6.8), and I've just installed the Heroku toolbelt, with hopes of trying to mess around making facebook apps. I've created a facebook app and according to Heroku's instructions, I should just be able to edit it by entering this into my command line:
git clone git@heroku.com:false-title-1234.git -o heroku
The Heroku Toolbelt is installed and I am logged in. But when I run the command above I get this error:
-bash: git: command not found
I didn't have git before, and apparently I still do not have it. But I thought it came as part of the Heroku toolbelt? It seems like, for everyone else on the internet, the git part of it "just works," because I'm not able to find references to problems with the git component of the heroku toolbelt. Any ideas as to what I'm doing wrong?
