I need to dig around some more and find a way to build in this kind of functionality, but as a work around, if you open a new command prompt and type "chcp 1252" prior to running any commands it will switch command.exe to a compatible code page. That should prevent encoding errors of this type. Sorry for the inconvenience, but it should at least function as a stop gap and I'll work to integrate a fix into the tool itself. Thanks!
On Wednesday, May 2, 2012 4:46:24 PM UTC-5, ac1982 wrote: > > Hi, > > I have download and installed Heroku toolbelt and tried to login but I > got the following error once I entered my password. For your > information I already had Git (1.7.10.msysgit.1) and Play framework > (1.2.4) already installed on my PC. > > See 'git help <command>' for more information on a specific command. > > C:\Users\a*******\workspace_java\StudentApp>heroku login > Enter your Heroku credentials. > Email: *******@****** > Password (typing will be hidden): > C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:216:in `glob': code > converter n > ot found (UTF-16LE to IBM737) (Encoding::ConverterNotFoundError) > from C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:216:in > `associate_ > or_generate_ssh_key' > from C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:212:in > `check_for_ > associated_ssh_key' > from C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:206:in > `ask_for_an > d_save_credentials' > from C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:59:in > `get_credent > ials' > from C:/Program Files (x86)/Heroku/lib/heroku/auth.rb:22:in > `login' > from C:/Program Files (x86)/Heroku/lib/heroku/command/auth.rb: > 12:in `log > in' > from C:/Program Files (x86)/Heroku/lib/heroku/command.rb: > 148:in `run' > from C:/Program Files (x86)/Heroku/lib/heroku/cli.rb:9:in > `start' > from C:/Program Files (x86)/Heroku/bin/heroku:28:in `<main>' > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
