gitgit-extensions

Git-Error when pulling from origin: "you must provide a non-zero number of processes!"


Today I updated to the latest git version (2.39.0).

When I'm pulling from origin with GitExtensions (4.0.0.15569) I now receive an error:

"C:\Program Files\Git\bin\git.exe" pull --progress --jobs=0 "origin"
BUG: run-command.c:1521: you must provide a non-zero number of processes!

Has anyone seen this error before? How can I solve the problem?


Solution

  • Upgrading to Git Extensions 4.0.1.15887 fixes the issue.

    It seems like they updated the pull button to use the following flags:

    C:\Program Files\Git\bin\git.exe" -c fetch.parallel=0 -c submodule.fetchJobs=0 pull --progress "origin