(on Mac) I\'m trying to clone my project from my new computer. I first generated the ssh key pairs:
heroku keys:add /Users/y/.ssh/heroku_rsa.pub
heroku git:clone -a "your_project_name_on_heroku"
This simple command works fine (provided that your ssh key is correctly added before)