问题:推送或者更新代码报错
Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 330851, done.
解决方案:
打开git bash,执行
git config --global gc.auto 0
本文介绍了解决推送或更新代码时报错“Autopacking therepository for optimum performance”的方法。遇到此问题时,可通过在gitbash中执行命令git config --global gc.auto 0来解决。
Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 330851, done.
解决方案:
git config --global gc.auto 0
3万+

被折叠的 条评论
为什么被折叠?