rm -rf .git/gc.log_GC rm -rf .git/gc.log



rm -rf .git/gc.log
➜  test git:(abc) gp
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Already up to date.
➜ test git:(abc) rm -rf .git/gc.log
➜ test git:(abc) gp
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Already up to date.
➜ test git:(abc)


rm -rf .git/gc.log_GC

refs



​ ​