Performing a git push
is returning the following messages after successfully sending changes to the remote.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: disabling bitmap writing, as some objects are not being packed
Usually when the garbage collector returns warnings a git prune
fixes it. Both that and git gc --aggressive
haven't fixed this issue and don't return any errors or warnings. The file .git/gc.log
doesn't exist.
This is a very large repo hosted on a private Bitbucket server.
What does "disabling bitmap writing, as some objects are not being packed" mean and how do we fix it? Where is the gc.log file?