When I try to push/pull with Gitkrakent to/from Heroku, GitKraken tells me :
What is the requested "user/login" ? (The one from my personal Heroku account doesn't work"). Thanks a lot !
When I try to push/pull with Gitkrakent to/from Heroku, GitKraken tells me :
What is the requested "user/login" ? (The one from my personal Heroku account doesn't work"). Thanks a lot !
Your username is the email you used to login on heroku.
The password is your auth token. You can get this by running these in console:
heroku login
To login
heroku auth:token
To get your password for GitKraken
To use Heroku git (something like https://git.heroku.com/reponame.git) with GitKraken, please use email as username, and use authorization token as password.
I create a long-term password to use with GitKraken by
Pointing remote to ssh protocol solved this for me.
https://git.heroku.com/{your-app}.git
=> git@heroku.com:{your-app}.git
Make sure you have same updated ssh keys in your account settings in Heroku related to that repository.
You may use ssh-agent to handle many keys