This is a big problem that also extends to suspending via Ctrl+Z. The problem is that the processes spawned by git clone (git-remote-https and git-fetch-pack) continue running unfazed when the main process is interrupted or suspended.
This happens only when git clone was started in mintty, though, and a workaround is to call winpty git clone.