Search code examples
githeroku

Can't clone heroku app


I can't clone my heroku app (more than 2 years older) using the clone command because I get this error:

bamboo-mri-1.9.2 stack not supported

What I have to do?


Solution

  • You need to use ssh instead of https for the old stacks.

    > heroku git:clone --ssh-git -a app
    

    where app is the name of your heroku app