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
>> sudo ssh-keygen
NO. Drop the sudo. That will create keys for the root user, not your user. Well unless of course for some strange reason you want to use root. But then you need to prefix all related commands that are going to use this key with sudo.
sudo