Comment 1 for bug 1868716

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

can you please first do:

$ git remote update
(that will try to download all the things without reconciling your tree)

$ git repack

$ git clean -f -x -d
$ git clean -f -X -d

Then

$ git pull

It is known that on very large trees, with many dirty changes things don't work in a single go.