.git 目录太大

  • 查看磁盘占用空间
du -d 1 -h
  • 更新清理优化

git gc --prune= 对指定日期之前的未被关联的松散对象进行清理

git gc

git gc --prune=now

你可能感兴趣的:(.git 目录太大)