admin管理员组

文章数量:1291044

I have installed Git for Windows recently, and occassionally when I open the Git Bash program, I see the following error lines before my session starts:

      0 [main] bash (28340) child_copy: cygheap read copy failed, 0x0..0x800022C30, done 0, windows pid 28340, Win32 error 299
      0 [main] bash 1127 dofork: child -1 - forked process 28340 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
bash: fork: retry: Resource temporarily unavailable
      0 [main] bash (29568) child_copy: cygheap read copy failed, 0x0..0x800022C30, done 0, windows pid 29568, Win32 error 299
4429831 [main] bash 1127 dofork: child -1 - forked process 29568 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
bash: fork: retry: Resource temporarily unavailable
      0 [main] bash (26400) child_copy: cygheap read copy failed, 0x0..0x800022C30, done 0, windows pid 26400, Win32 error 299
7019210 [main] bash 1127 dofork: child -1 - forked process 26400 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
bash: fork: retry: Resource temporarily unavailable

How do I resolve these errors?

本文标签: githubGit for Windows Git Bash showing quotcygheap read copy failedquot errorsStack Overflow