I'm trying to install the heroku cli locally on win 7 -64 bit. I downloaded and ran the installer at https://devcenter.heroku.com/articles/heroku-cli#windows. I can see that the path E:/Heroku1/bin/ has been added to PATH. Using git-bash I try:
$ heroku -v
/e/Heroku1/bin/../client/bin/heroku.cmd: line 1: @echo: command not found
/e/Heroku1/bin/../client/bin/heroku.cmd: line 3: fg: no job control
How can I get this working?