我正在尝试缩小当前11GB存储库的大小(.git本身为3.9GB,其余为7.1GB),并且git gc
正常运行(将其从最初的14GB减少了),但是当我尝试git gc --aggressive
走得更远时:
root@host:/path/to/repo# git gc --aggressive
Counting objects: 221534, done.
Delta compression using up to 8 threads.
error: pack-objects died of signal 99019)
error: failed to run repack
信号99019是什么意思?我找不到返回该代码的打包对象的任何文档。