git clone heroku ssh permission denied

前端 未结 6 1966
南旧
南旧 2020-12-31 04:29

I just bought a new computer and I am trying to clone my heroku project on it.

Here\'s what I\'ve done so far. I didn\'t include the trace, but everything was saved

6条回答
  •  一生所求
    2020-12-31 05:11

    you made a key for your sudo account, but not for your user account and you didn't sudo heroku keys:add so it uploaded the local user key not the sudo key, i'm guessing. Why would you want your local app in your home directory to have sudo permissions anyway? I would probably x the sudo and just do it as your user following this tutorial: http://docs.heroku.com/keys

提交回复
热议问题