Error starting Git Bash in windows 7 -
when start git bash, error:
[main] bash 8176 child_copy: stack write copy failed, 0xffffbe50..0x1000 00000, done 2002650816, windows pid 11128, win32 error 5 518 [main] bash 8176 fork: child 10232 - pid 10232, exitval 0x103, errno 11 bash: fork: retry: resource temporarily unavailable bash: fork: resource temporarily unavailable anyone know how solved error?
this associated cygwin errors, meaning have git and cygwin installed, latter causing issue former.
try again, as in answer, cmd session set simplified path:
set path=c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\ set gh=c:\path\to\git set path=%gh%\bin;%gh%\usr\bin;%gh%\mingw64\bin;%path% then type git bash.
Comments
Post a Comment