Note: I don't think this is a duplicate of this question, which is talking about a non-background pack which hangs git with a subtly different error message.
In one of my git repositories, each time I invoke (for example) git fetch
, git prints:
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
It appears to print this every time if I do a git fetch
repeatedly, even when there are no changes and nothing for git fetch
to do. This doesn't make a lot of sense to me. It also seems to happen with other network operations, such as git push
and git pull
.
The command returns back to the prompt instantly with no further output, and I cannot find any git process running on my machine. It seems to happen only with this repository, and only on this machine. git config -l | grep gc
returns nothing.
What can I do to diagnose or fix this problem?
$ git --version
git version 2.0.1
I am using OS X 10.9.