I have an important issue: I work on a university Jira project on android since a few months and everything was working ok. Since 3 days and without reason my git stopped to work correctly (I'm on windows), indeed now I can't do anything, android fail every VCS operation, from rebase, pull, to push.. I tried to git clone into another project but this always appear, at the windows cmd, git bash or even in the cygwin terminal after using a /usr/bin/rebaseall -v:
Cloning into 'private'...
0 [main] bash 6952 fork: child 6924 - died waiting for dll loading, errno 11
bash: fork: retry: Resource temporarily unavailable
1080698 [main] bash 6952 fork: child 1984 - died waiting for dll loading, errno 11
bash: fork: retry: Resource temporarily unavailable
3140393 [main] bash 6952 fork: child 6232 - died waiting for dll loading, errno 11
bash: fork: retry: Resource temporarily unavailable
7208694 [main] bash 6952 fork: child 5808 - died waiting for dll loading, errno 11
bash: fork: retry: Resource temporarily unavailable
15281223 [main] bash 6952 fork: child 6408 - died waiting for dll loading, errno 11
bash: fork: Resource temporarily unavailable
error: failed to execute prompt script (exit code 254)
As it seems to deal with processus, I passed hours on the net trying to figure out the problem, but I can't manage to fix it. I uninstalled android studio, git, source tree, multiple times and properly. I used ccleaner and glary utilities to erase some old data, updated my windows, updated Comodo, rebooted many times but I still got the Resource temporarily unavailable error, but I can't fix it, what could I do ?
Thanks a lot for reading !
Sorry for my bad english.