I just download this version Git-2.6.1-64-bit.exe my OS is windows 10 64bit.. why I cannot still log in it? is Git-2.6.1-64-bit.exe the latest one?
before it was MINWG3
login from windows cmd. I have been successful to login from cmd.
Instead of typing heroku login , i had to type winpty heroku login . And that solved my problem.
i.e
winpty heroku login
Try:
$ winpty heroku login
Source:
https://github.com/heroku/cli/issues/84
Simple fix. Install Heroku on Windows machine as per the site instructions. Then, with Git Bash closed, open the Windows "Command Prompt" and type "heroku login". You will be prompted for your Heroku username and password and you're in! Close the command prompt and use bash as per normal.
login through the windows command prompt first, then you will be able to run heroku commands on git Bash.
First, the latest releases are listed at https://github.com/git-for-windows/git/releases
Download PortableGit-2.7.0-64-bit.7z.exe, uncompress it to c:\git2.7.0, and add to your path:
set PATH=%PATH%;c:\git2.7.0\bin;c:\git2.7.0;c:\git2.7.0\usr\bin
Then launch git-cmd or git-bash.