Herooku commands on Cygwin hang

I'm trying to use the commands Heroku

on Cygwin

, but they don't seem to do anything but hang.

I installed Heroku toolbelt for Windows

.

Execution $ heroku version

gives me heroku/toolbelt/3.10.5 (i386-mingw32) ruby/1.9.3

.

But whenever I try to use $ heroku login

or $ heroku login

, it just freezes and does nothing.

I am setting up a remote Heroku machine in one of my Github repos and tried heroku push master

but it asks for my password and I enter it, but it gives me this message:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

      

Help! Has anyone used it successfully Heroku

on Cygwin

?

+3


source to share


1 answer


It looks like the hero is trying to login with your ssh key, which is not added to your account. Make sure you add your public key to your heroku account (if you log in, log in, add the ssh public key (~ / .ssh / id_rsa.pub)). this might also help you.



0


source







All Articles