Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

git fetch fatal: index-pack failed #2647

limor ·
In my build configuration I use a step that fetch from github.
The working directory is not removed after the build is finises, therefore every build run git fetch as a first step.
The problem is that after several times the fetch fails - with error -
fatal: pack has 1352 unresolved deltas
fatal: index-pack failed
Is there a solution for this error through quickbuild ?
  • replies 2
  • views 3140
  • stars 0
robinshen ADMIN ·
QB relies on git command line to do the job, and I guess this is more of a networking issue. To verify, you may run git fetch directly from command line to see if it reports the same issue.
limor ·
Thanks for your reply