Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.17.0.windows.1.26.g82f1b61609
cpu: x86_64
built from commit: 82f1b6160988ab0a61edebef6ed1c3048b66a3a4
sizeof-long: 4
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
- What options did you set as part of the installation? Or did you choose the
defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Editor Option: VIM
Path Option: Cmd
SSH Option: OpenSSH
CURL Option: WinSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Enabled
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Bash
ruby --version:
ruby 2.4.4p296 (2018-03-28 revision 63013) [x64-mingw32]
/usr/bin/env ruby -e 'sleep 10' # Cannot be interrupted
<Ctrl-C>
ruby -e 'sleep 10' # Can be interrupted
<Ctrl-C>
-e:1:in `sleep': Interrupt
from -e:1:in `<main>'
- What did you expect to occur after running these commands?
It should stop the process
- What actually happened instead?
It doesn't.
Setup
defaults?
Details
Bash
ruby --version:
Minimal, Complete, and Verifiable example
this will help us understand the issue.
It should stop the process
It doesn't.