summaryrefslogtreecommitdiffstats
path: root/Documentation/error-upload-denied.txt
blob: 5dec8abf09e8ffa50603137ff970a9ba51d25494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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:

. contact one of the project owners and request upload permissions
  for the project (access right
  link:access-control.html#category_push['Push'])
. 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]