git clone fails for Heroku project

前端 未结 3 1931
旧时难觅i
旧时难觅i 2021-01-31 13:02

(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
<
3条回答
  •  眼角桃花
    2021-01-31 13:08

    heroku git:clone -a "your_project_name_on_heroku"
    

    This simple command works fine (provided that your ssh key is correctly added before)

提交回复
热议问题