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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -