把无用的文件留在objects下其他存入objects-pack下
git gc
删除无用文件
git prunegit prune -n # 模拟执行删除
查看无法被引用的对象
git fsck
删除一些prune删除不掉的文件