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
I had the same problem. To solve this I used git fetch then I pushed again and it worked just fine.