Is it possible to retrieve your source code from heroku?

后端 未结 6 1104
执笔经年
执笔经年 2021-01-31 02:37

Once you have uploaded your source code to Heroku, is it possible to download it from there if necessary such as in the case of a failure of your local disk?

Because of

6条回答
  •  一整个雨季
    2021-01-31 03:10

    First, you need to install the heroku Toolbelt.

    2nd, generate SSH key by the command: heroku keys:add

    3rd, clone your repo: git clone git@heroku.com:__your_repo__.git

提交回复
热议问题