Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Rights problem when pushing to CDT gerrit
  • From: "Michael Uhl (CTR)" <Michael.Uhl@xxxxxxxxxxxx>
  • Date: Tue, 21 Dec 2021 11:00:13 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nashtech.com; dmarc=pass action=none header.from=nashtech.com; dkim=pass header.d=nashtech.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5uHvCjjZJiKLPq9J5mVUdLKucZBl1+0QIZZVQ/S7qiE=; b=PG/HQ6uBfAMbl2lwhLwp5qZ1tIVaXmYJlvdiIaTIMr5mExGfnxmACFwZNKjyiE6UAId9rlU+iip/3x8Z4atExnuE95Hl3zvy+UMzut/6k9H8sqYj5JRZnpTFx6JkrHvp2KHPzzSi5e5EdEaYS64hmEVt+zT1KGHjlc+Xqn+ToAKAAi7/WNaBmkEuqo9Ay5psX13GvXD8wDBlKisPtZPkTAlqfTzZgZy64Gij6337rgX0m+nYjSBctAbLR2It1aFflCylRnICnU+lTA8cCgSC2bxfJW8ap8MJ23+y9LHNT4UpRvR0ax91BtJdfqz8jg/E+Ee5VT+5bzVg2RADhx5rqA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EQLAditHuzszUwpdscHMrOUZXgUYWeV42Dn2g7clEpNsbclIAHvq3jUduoGA/HFuy0DhrEghjFb/uAA7Bf5SHV+LSUdNeAXlXs4+MJkL+Z7DR0qUGMJ+BxLE33ifKFEND7luvh6wu7mKygBj8rHC+I/kt1wfp04A4wsVl9NeSyRpka6DLgjiDt1FlqEd1QcSai2tppMDS5N/7jVCSa4D6g6R0/gx2B6E/E18CFcrYWtAkgoErGSihorZar2SMjsRgVvobNxSw8jf5OTbS/I53luuFe5lF9ig2DYsWp6agG7WJlvg1P5lv4rUOly5Z+0UFdD3vwmYnqKtok7g3bS80w==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 9d767033-e939-9eb3-1584-7e0ee070a412
  • Thread-index: AQHX9lk/0g4Lr7PDg0aB7OUZOvmNUg==
  • Thread-topic: Rights problem when pushing to CDT gerrit

Hello,
I have changes in the poject "org.eclipse.cdt.dsf.gdb.ui". When I want to offer a gerrit push, I get the following output:

socbm797:/home/michauhl/git/org.eclipse.cdt[bug_577907]$ git push --set-upstream git-gerrit bug_577907
Enumerating objects: 27, done.
Counting objects: 100% (27/27), done.
Delta compression using up to 16 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (14/14), 1008 bytes | 126.00 KiB/s, done.
Total 14 (delta 6), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (6/6)
remote: error: branch refs/heads/bug_577907:
remote: You need 'Create' rights to create new references.
remote: User: muhl
remote: Contact an administrator to fix the permissions
remote: Processing changes: refs: 1, done    
To https://git.eclipse.org/r/cdt/org.eclipse.cdt.git
 ! [remote rejected]       bug_577907 -> bug_577907 (prohibited by Gerrit: not permitted: create)
error: failed to push some refs to 'https://git.eclipse.org/r/cdt/org.eclipse.cdt.git'

Can anyone help me?

Thanks and Regards
Michael Uhl

Back to the top