I'll do my first steps with Git. I have a beanstalk-account as well. My IDE is phpstorm.
I installed it on my Mac via the installer => /usr/local/git was installed successfully. After that I generate a ssh key and copied in my beanstalk account. Here's the tutorial.
The authenticity of host 'myaccount.beanstalkapp.com (204.232.132.2)' can't be established.
RSA key fingerprint is 30:9a:97:f3:19:4f:d1:6e:28:76:9e:e7:d1:df:2c:31.
Are you sure you want to continue connecting (yes/no)?
I typed 'yes' and then ..
Warning: Permanently added 'myaccount.beanstalkapp.com' (RSA) to the list of known hosts.
Permission denied (publickey).
My public key is in the same folder .ssh/beanstalk.pub
What's my problem?
I try to clone my repository in phpStorm:
git@myaccount.beanstalkapp.com:/phpstorm_git.git
but it doesn't work.