Auto packing the repository for optimum performance.


问题描述

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

pull error

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

git fsck

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

管理员命令

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

you-get error

解决方法

直接使用 git config gc.auto 0 即可.

$ git config gc.auto 0

参考文档


Author: Itaken
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Itaken !
  TOC目录