3
votes

This question might be considered duplicate of this: Unable to use heroku gem cli after password changes, but it is not.

In my case I have the latest Mac OS X 10.8.3 and I've installed brand new Heroku tool belt. First thing I've tried is to authenticate by issuing this:

heroku login

I was asked for my Heroku credentials, which I've entered (many-many times), but I got "Authentication Failed" message.

I've tried signing in with my credentials to Heroku website multiple times from different browsers - it all works, but I can't authenticate with Heroku CLI.

enter image description here

I don't have ~/.netrc file, I don't have any fancy firewall software on my Mac. What am I possibly doing wrong?

Thanks, Alex.

Update 03/18/2013 9 PM Mountain:

This is the Heroku issue and they are looking into it: Heroku login via CLI is broken

2
It looks like this is a heroku issue, we're investigating. - friism
Having the same issue here, and I am going crazy. I've tried everything. Please fix this! - Cameron E
That was quick - thank you, sir! - Alex Kovshovik

2 Answers

0
votes

Sounds like it might be an SSH key issue.

Here is a good guide to resolving it.

https://devcenter.heroku.com/articles/keys

0
votes

Heroku engineers have fixed it and I was able to authenticate. Thank you, Heroku!