I'm using git-for-windows MING64 MinTTY running on Windows 7. When I select text on git bash, it always trigger ctrl+C(which will display ^C in the next command line.
e.g.: When I left click down to select “git --version”, then left click up, the next command line becomes “$^C”.
$ git --version
git version 2.9.2.windows.1
$^C
Has anyone ever encounted this issue? And how to fix it? I download the exe file from https://github.com/git-for-windows/git/releases.