blob: f9422e6448cde82f55edb51ba0e8d35eee5e2fee [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= Project not found: ...
Edwin Kempin4c58c302011-01-11 10:33:33 +01002
3With this error message Gerrit rejects to push a commit if the git
4repository to which the push is done does not exist as a project in
5the Gerrit server or if the pushing user has no read access for this
6project.
7
8The name of the project in Gerrit has the same name as the path of
9its git repository (excluding the '.git' extension).
10
11If you are facing this problem, do the following:
Edwin Kempinddfc41a2011-05-06 10:32:05 +020012
13. Verify that the project name specified as git repository in the
14 push command is typed correctly (case sensitive).
15. Verify that you are pushing to the correct Gerrit server.
David Pursehousea1d633b2014-05-02 17:21:02 +090016. Go in the Gerrit Web UI to 'Projects' > 'List' and check that the
Edwin Kempinddfc41a2011-05-06 10:32:05 +020017 project is listed. If the project is not listed the project either
Fredrik Luthander5d976a02012-01-20 13:06:06 +010018 does not exist or you don't have
19 link:access-control.html#category_read['Read'] access for it. This
David Pursehouse221d4f62012-06-08 17:38:08 +090020 means if you are certain that the project name is right you should
Fredrik Luthander5d976a02012-01-20 13:06:06 +010021 contact the Gerrit Administrator or project owner to request access
22 to the project.
Edwin Kempin4c58c302011-01-11 10:33:33 +010023
24This error message might be misleading if the project actually exists
25but the push is failing because the pushing user has no read access
26for the project. The reason that Gerrit in this case denies the
27existence of the project is to prevent users from probing the Gerrit
28server to see if a particular project exists.
29
30
31GERRIT
32------
33Part of link:error-messages.html[Gerrit Error Messages]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070034
35SEARCHBOX
36---------