- [x ] I was not able to find an open
or closed issue
matching what I'm seeing
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.10.1.windows.1
sizeof-long: 4
machine: x86_64
- 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]
Windows 7
- 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
Path Option: BashOnly
SSH Option: OpenSSH
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
- 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
Attempting to run in Bash
When opening Git Bash I get the following error:
Error: could not fork child process: Resource temporarily unavailable (-1). DLL rebasing may be required. See 'rebaseall / rebase --help'.
When I press enter Git Bash closes. I've tried reinstalling, installing different versions, restarting, and nothing seems to help.

or closed issue
matching what I'm seeing
Setup
defaults?
to the issue you're seeing?
Details
Attempting to run in Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
When opening Git Bash I get the following error:
When I press enter Git Bash closes. I've tried reinstalling, installing different versions, restarting, and nothing seems to help.
