I\'m using git to manage files in a local directory on a Windows machine - no network is involved here, I\'m not pushing or pulling to/from another machine. My
git
On a similar issue I found that having a git repo in a directory below my existing git repo caused a massive slow down.
I moved the secondary git repo somewhere else and now the speed is fast!