【发布时间】:2016-05-07 22:56:46
【问题描述】:
我在我的服务器上使用 gitlab 主机。 在服务器上,一个仓库的包文件大小是500MB,但是当我将它克隆到本地时,我发现本地包文件大小是250MB。这是个问题吗?
【问题讨论】:
-
我在服务器上运行
git gc,包变成了250MB。但是为什么remote上的pack文件会变得这么大呢? this question中的答案提到a remote repo shouldn't need all that much garbage collection....
标签: git