Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git for windows v2.26.2 (sorry I uninstalled it already, but it was latest release version at now)
- 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 10.0.18363.778]
- 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
Custom Editor Path:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: LFOnly
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
git bash
./gradlew bootRun
... wait for completion bootRun task
Ctrl-c
- What did you expect to occur after running these commands?
kill process
- What actually happened instead?
nothing happen
Although I kill git-bash process, the ./gradlew bootRun process is not killed
But, It is working fine with below version
git version 2.25.1.windows.1
cpu: i686
built from commit: cceb69da75b4906bb04cfb3a2f7f37b12b985ec3
sizeof-long: 4
sizeof-size_t: 4
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Setup
defaults?
to the issue you're seeing?
Details
git bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
kill process
nothing happen
Although I kill git-bash process, the
./gradlew bootRunprocess is not killedBut, It is working fine with below version
URL to that repository to help us with testing?