Guidance: git submodule update --init --recursive (Resource temporarily unavailable) #1680

Open
opened 2026-01-30 22:33:38 +00:00 by claunia · 0 comments
Owner

Originally created by @phfbfc on GitHub (Jun 14, 2019).

Followed README and build instructions from issue 489.
Got stuck at:
git submodule update --init --recursive
Which yielded:
0 [main] sh 6324 fork: child 1504 - died waiting for dll loading, errno 11
/mingw64/libexec/git-core/git-sh-setup: fork: retry: resource temporarily unavailable
To fix this, I attempted the following recommendation mentioned here, and modified the input like so:
npm uninstall -g submodule
npm cache clean
npm install -g submodule@latest
Taking this step provided output that looked promising, so I attempted the build, which failed because of the missing wil/Common.h

I'm looking to get past build, and based on other issues, it sounds like the git submodule update --init --recursive is my roadblock. Any help would be appreciated - thanks for your consideration.

Originally created by @phfbfc on GitHub (Jun 14, 2019). Followed README and build instructions from issue 489. Got stuck at: `git submodule update --init --recursive` Which yielded: `0 [main] sh 6324 fork: child 1504 - died waiting for dll loading, errno 11` `/mingw64/libexec/git-core/git-sh-setup: fork: retry: resource temporarily unavailable` To fix this, I attempted the following recommendation mentioned [here,](https://stackoverflow.com/questions/39803268/npm-install-error-receiving-fork-errors-died-waiting-for-dll-loading-errno-1) and modified the input like so: `npm uninstall -g submodule` `npm cache clean` `npm install -g submodule@latest` Taking this step provided output that looked promising, so I attempted the build, which failed because of the missing wil/Common.h I'm looking to get past build, and based on other issues, it sounds like the `git submodule update --init --recursive` is my roadblock. Any help would be appreciated - thanks for your consideration.
claunia added the Needs-Tag-FixResolution-Answered labels 2026-01-30 22:33:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1680