I set up a rails app on a laptop, and started local git repository on that lap top.
I’ve copied that app folder onto another machine – using copy & paste.
From the second machine, I’m trying to deploy the app to Heroku.
I’m getting the following error –
! my.personal.email@gmail.com not authorized to access little-extras
I’d like to change the repo to be associated with the email I use for on my second laptop. As this is the email I have connected to my heroku account.
how can I do this?
Your ssh key is associated with a different account than you created the application with. One way to deal with this is to share the app with the account that the ssh key is associated with: