We are using Gerrit for our Git repository. On a project that has been active for several months, we are suddenly unable to push any changes. When we execute git pus
git pus
When we get this, I can almost always fix it with a git gc:
git gc --aggressive --prune=now
back up your git repo first!