After installing heroku toolbelt
$ heroku version
heroku/toolbelt/3.42.33 (i386-mingw32) ruby/2.1.7
heroku-cli/4.27.18-9b2b68a (386-windows) go1.5.3
=== Installed Plugins
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Then I try to login and I get following problem
$ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password (typing will be hidden):
! Descripteur non valide
Can anyone help?
This is related to this known issue, https://github.com/heroku/heroku-cli/issues/84 . If you use command prompt to login and then switch back to mingw32 then you should be able to proceed as expected. The reason you did not receive the error that the issue references is due to internationalization, so our code did not trap this error properly. Please let me know if this does not work for you.