gitkraken - How to push/pull with Gitkrakent to/from Heroku? -


when try push/pull gitkrakent to/from heroku, gitkraken tells me :

"please log in continue"

what requested "user/login" ? (the 1 personal heroku account doesn't work"). lot !

pointing remote ssh protocol solved me.

https://git.heroku.com/{your-app}.git => git@heroku.com:{your-app}.git

make sure have same updated ssh keys in account settings in heroku related repository.

you may use ssh-agent handle many keys


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -