I know this is an old question, but you could also try this:
https://stackoverflow.com/a/24045966/371917
$ git config --global core.preloadindex true
$ git config --global core.fscache true
$ git config --global gc.auto 256
Secondly, here is a post that explains that git gc --aggressive
may not be a great idea.