I\'ve been having some issues installing the Heroku toolbelt on Windows 10, 64-bit.
It\'s the first time I install Heroku. I downloaded it from https://toolbelt.hero
My working solution (for git-bash especially) is:
alias heroku='winpty `where heroku.cmd`'
stored in .bashrc in home user dir and them
heroku
works as expected