2- Install the Heroku toolbelt. Google it yourself!...
3- Open a terminal, and to login to heroku
#> heroku login
4- Generate you key
#>; ssh-keygen -t rsa
5- Add the key to your heroku
#> heroku keys:add
6- Clone your existing repo.
#> git clone git@heroku.com:.git