您的位置:首页 > 其它

gitlab 上源码Merge后出现git gc的解决方案

2016-12-24 16:20 369 查看

问题:

远程主分支在merger其他分支的请求后,本地主分支pull 远程分支出现git gc

* branch            master     -> FETCH_HEAD
Auto packing the repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.
Counting objects: 330851, done.


解决方案:

git config --global gc.auto 0


参考文献:

Why does git run “git gc –auto” on every merge?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  git
相关文章推荐