forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Setup
- Which version of Git for Windows are you using? 32-bit or 64-bit? Include the
output ofgit versionas well.
Git-2.9.2-64-bit.exe
$ git --version
git version 2.9.2.windows.1
- Which version of Windows are you running? 32-bit or 64-bit?
Windows 10 64-bit
- What options did you set as part of the installation? Or did you choose the
defaults?
Only default options
- Any other interesting things about your environment that might be related
to the issue you're seeing?
no
Details
-
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
CMD
-
What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
1. Open CMD
2. cd into an existing git repository
3. run git pull --rebase
- What did you expect to occur after running these commands?
An updated repository
- What actually happened instead?
C:\sourcecode\repo>git pull --rebase
0 [main] sh 1340 C:\Program Files\Git\usr\bin\sh.exe: *** fatal error in forked process - MapViewOfFileEx '(null)'(0x24), Win32 error 5. Terminating.
0 [main] sh 244 fork: child 1340 - died waiting for dll loading, errno 11
/mingw64/libexec/git-core/git-sh-setup: fork: retry: No child processes
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Seems to be independent from the repository and happens for all repositories.
Reactions are currently unavailable