Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git
  • From: "Hoepfner, Marcus" <marcus.hoepfner@xxxxxxx>
  • Date: Wed, 18 May 2022 12:53:57 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.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=MhRywo56dqdi1UYtT1JRwSw0p7F9ebODe33mNfdjpDk=; b=TsYfENsQQUl7LElT+CcO/7V4tJU14IrHb0xyQQGnvuYjLbxyZ2YQjtx2XsIEDGTIQbqP1leeX213zuh3m1LvCPpWuhUPq+hR5TY+eNY39cWqOgM3dUBU/d7ntf7WpLvwSHiKOBMdIB3pdb6n0lGCz9dL2QBExnU+qtbYT6/d+RUW1PAo7pcq1z3q3ceu0gWsTLosTjJaIEXKcHI1lzzVpzYR+qWrVpGg+zhaOP3F53uwzFa4XXhVq5VUsdSnae866iJ9gmOuy1nsJrDcfYVrulU07h3ZWu8V6yer8r0uIA+jWQ88QiSPOaXu+pBE3DenUCkZi/Z5Z2B4+6ngq353NQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BdL2XNaRmvsZX64ZJkj5hgSdJNYPwbIJsM7X5AmJwiHALGSSMV1/weB4JiZ4GDrvJiyF0JYacpxAnScxP3s9lhj601cyPbtbnfKQ/SnqiTaynU6k0vb6qvsNcPT1et8sCmoeAtAq+7zu9MIBfWV6Pr6pzclOjdE8/imKkF5go7Ise7hqeznbFiQ83Bam5RmQ8k1FFgFog2eP9i0/SFtEHt/DD+X+4LhGfyCgl2EGv27kFtci3dEgU9gFYWRfw6dooyUM7uOW4RpTJqfwKUUi9vCjrRnS95iXWU5xyikIXHiN99ZruX86t2NeF2C3b1/MQDigrDvNUuMVrdVDsk9Etg==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYaqsFsmDIsT3Zl0uyGdTenj2ldq0kg4KAgAAPoM+AAAHhAIAAAi8R
  • Thread-topic: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git

I don’t even see proposals for reviewers.

 

From: platform-dev <platform-dev-bounces@xxxxxxxxxxx> on behalf of Ed Merks <ed.merks@xxxxxxxxx>
Date: Wednesday, 18. May 2022 at 14:45
To: platform-dev@xxxxxxxxxxx <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git

Marcus,

I got a notification like this:

This issue of not being able to assign a reviewer came up recently too.  I'm not sure how that's being resolved.  But I do think committers will generally be notified so hopefully one of them adds themself.

Do you see this part?

I suppose you could add a comment with @vogella to send a more directed notification...

 

 

On 18.05.2022 14:40, Hoepfner, Marcus via platform-dev wrote:

Thanks.

 

I have created a fork and a PR now on https://github.com/eclipse-platform/eclipse.platform.ui.

Unfortunately I cannot add Reviewers to the PR.

 

Guess that’s because I’m not contributor in platform.ui?

 

From: platform-dev <platform-dev-bounces@xxxxxxxxxxx> on behalf of Ed Merks <ed.merks@xxxxxxxxx>
Date: Wednesday, 18. May 2022 at 13:44
To: platform-dev@xxxxxxxxxxx <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git

The more detailed instructions are here:

  https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#recommended-workflow

Yes, you should use a fork with pull requests.

I generally clone the "real" repository and create an additional remote that points at my fork:

I leave master hooked up to origin/master and create a local branch that I push to my fork remote.  When I'm done I check out master again and can always pull from the real original clone (so no need to manually sync my fork with the original).

 

On 18.05.2022 13:36, Hoepfner, Marcus via platform-dev wrote:

Hi,

 

did not follow all the discussion how to contribute after moved to github.

 

Do I need to fork or can I push to new branch in git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git?

How do I become contributer in that repo?

 

I want to develop a feature, not about a bug fix.

 

https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/CONTRIBUTING.md does not really say a lot and points to a wiki page which is talking about gerrit.

 

Thanks, Marcus




_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev



_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top