Added explanation for "Not permitted to create" error

Added a documentation page that explains the
"Not permitted to create ..." error.

Change-Id: Iebf0341d1726c9cbf9ccc6cd9b7b33e42ea79dcc
Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
This commit is contained in:
Edwin Kempin 2011-02-04 10:15:29 +01:00
parent 51d0c163dc
commit bb993de622
2 changed files with 17 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Error Messages
* link:error-no-new-changes.html[no new changes]
* link:error-not-a-gerrit-administrator[Not a Gerrit administrator]
* link:error-not-a-gerrit-project.html[not a Gerrit project]
* link:error-not-permitted-to-create.html[Not permitted to create ...]
* link:error-not-valid-ref.html[not valid ref]
* link:error-change-upload-blocked.html[One or more refs/for/ names blocks change upload]
* link:error-permission-denied.html[Permission denied (publickey)]

View File

@ -0,0 +1,16 @@
Not permitted to create ...
===========================
With this error message Gerrit rejects to create a new project in
Gerrit if the user has no privileges for project creation.
In Gerrit it is possible to link:config-gerrit.html#repository[configure which groups are allowed to create projects].
If you are getting this error and you need to create projects in
Gerrit you have to contact a Gerrit administrator and request
permissions for project creation.
GERRIT
------
Part of link:error-messages.html[Gerrit Error Messages]