Added explanation for "Upload denied" error

Added a documentation page that explains the
"Upload denied for project '...'" error in details
and what can be done to solve the problem.

Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
Change-Id: I151179db9822596b73c647e3e6d7cba2d5e2e387
This commit is contained in:
Edwin Kempin
2011-01-11 13:06:26 +01:00
parent 26b9e72bbd
commit 9445b497c5
2 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Error Messages
* link:error-multiple-changeid-lines.html[multiple Change-Id lines in commit message]
* link:error-no-new-changes.html[no new changes]
* link:error-squash-commits-first.html[squash commits first]
* link:error-upload-denied.html[Upload denied for project '...']
* link:error-you-are-not-author.html[you are not author ...]
* link:error-you-are-not-committer.html[you are not committer ...]

View File

@@ -0,0 +1,18 @@
Upload denied for project '...'
===============================
With this error message Gerrit rejects to push a commit if the
pushing user has no upload permissions for the project to which the
push was done.
There are two possibilities how to continue in this situation:
1. contact one of the project owners and request upload permissions
for the project (access right '+2 Upload permission' in the
link:access-control.html#category_READ['Read Access'] category)
2. export your commit as a patch using the link:http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html[git format-patch] command
and provide the patch file to one of the project owners
GERRIT
------
Part of link:error-messages.html[Gerrit Error Messages]