问题描述
git pull 拉取更新内容, 提示: Auto packing the repository for optimum performance.

使用 git fsck , 但是没有效果.

使用管理员运行也没有效果.

使用 git gc, 也是没有效果.

解决方法
直接使用 git config gc.auto 0 即可.
$ git config gc.auto 0
多条件排序 二