I am trying to push a change in Gerrit using the following command,
git push origin HEAD:refs/for/audi
but I am getting the following error:
fatal: One or more refs/for/ names blocks change upload
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I tried other solutions in SO and other sites but to no success like:
https://review.typo3.org/Documentation/error-change-upload-blocked.html
Command:
git for-each-ref refs/for
returns nothing.
Am stuck for an important software delivery to the client, please help.
Note: The response for git remote is as follows:
git remote -v
origin ssh://14.140.172.187:29418/android_m/hlos/platform/build (fetch)
origin ssh://14.140.172.187:29418/android_m/hlos/platform/build (push)

git push origin some_branch?git fetchreturn?