Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = Project not found: ... |
Edwin Kempin | 4c58c30 | 2011-01-11 10:33:33 +0100 | [diff] [blame] | 2 | |
| 3 | With this error message Gerrit rejects to push a commit if the git |
| 4 | repository to which the push is done does not exist as a project in |
| 5 | the Gerrit server or if the pushing user has no read access for this |
| 6 | project. |
| 7 | |
| 8 | The name of the project in Gerrit has the same name as the path of |
| 9 | its git repository (excluding the '.git' extension). |
| 10 | |
| 11 | If you are facing this problem, do the following: |
Edwin Kempin | ddfc41a | 2011-05-06 10:32:05 +0200 | [diff] [blame] | 12 | |
| 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 Pursehouse | a1d633b | 2014-05-02 17:21:02 +0900 | [diff] [blame] | 16 | . Go in the Gerrit Web UI to 'Projects' > 'List' and check that the |
Edwin Kempin | ddfc41a | 2011-05-06 10:32:05 +0200 | [diff] [blame] | 17 | project is listed. If the project is not listed the project either |
Fredrik Luthander | 5d976a0 | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 18 | does not exist or you don't have |
| 19 | link:access-control.html#category_read['Read'] access for it. This |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 20 | means if you are certain that the project name is right you should |
Fredrik Luthander | 5d976a0 | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 21 | contact the Gerrit Administrator or project owner to request access |
| 22 | to the project. |
Edwin Kempin | 4c58c30 | 2011-01-11 10:33:33 +0100 | [diff] [blame] | 23 | |
| 24 | This error message might be misleading if the project actually exists |
| 25 | but the push is failing because the pushing user has no read access |
| 26 | for the project. The reason that Gerrit in this case denies the |
| 27 | existence of the project is to prevent users from probing the Gerrit |
| 28 | server to see if a particular project exists. |
| 29 | |
| 30 | |
| 31 | GERRIT |
| 32 | ------ |
| 33 | Part of link:error-messages.html[Gerrit Error Messages] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 34 | |
| 35 | SEARCHBOX |
| 36 | --------- |