gitkraken - How to push/pull with Gitkrakent to/from Heroku? -
when try push/pull gitkrakent to/from heroku, gitkraken tells me :
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
Post a Comment