summaryrefslogtreecommitdiff
path: root/tech/git-fix-prune.txt
blob: ae39437519bc95dc3aa9b5c84d68ef05957d60e6 (plain)
1
2
3
4
5
6
7
8
9
Git error about There are too many unreachable loose objects

```
git fsck
git gc --prune=now
git prune
git gc
```