When I try to push/pull with Gitkrakent to/from Heroku, GitKraken tells me :
"Please log in to continue"
What is the requested "user/login" ? (The one from my personal Heroku account doesn't work"). Thanks a lot !
Also note that Heroku should not be considered a git hosting. It means that it's extremely uncommon to perform a git pull from Heroku. Instead, you should use a git hosting (such as GitHub or BitBucket) to store your repository and only perform push to Heroku to deploy the application.
To deploy your app to Heroku, use the git push command to push the code from your local repository's main branch to your heroku remote. For example: $ git push heroku main Initializing repository, done.
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
Pointing remote to ssh protocol solved this for me.
https://git.heroku.com/{your-app}.git
=> [email protected]:{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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With