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
Try to do first
git gc
then do
git push
Got same problem. above solution worked for me.