Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Committers: update your repo URL

For Windows users on mysysgit, I found I had to copy my ssh keys into a different folder to make this work:

C:\Program Files (x86)\Git\.ssh

There is a thread about it here:

http://stackoverflow.com/questions/5042482/git-cant-find-ssh

John



From:        Mark Macdonald <mamacdon@xxxxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        03/17/2015 02:58 PM
Subject:        [orion-dev] Committers: update your repo URL
Sent by:        orion-dev-bounces@xxxxxxxxxxx




The Orion repos have been changed to use Gerrit as their git backend [1]. The change impacts committers who push directly to refs/heads/branchName -- you must change the remote URL used for fetching & pushing.

For non-committers, or anyone submitting patches for code review, no change is need (you're already pushing to Gerrit in these cases).


Action required: Key authentication is required when pushing to Gerrit via ssh://, you cannot type your eclipse.org password anymore. However, you can configure Gerrit to use a password with the https:// protocol (see below).

Password auth (optional):
1.        Create a password here: https://git.eclipse.org/r/#/settings/http-password
2.        Change your repo URL to HTTPS: https://git.eclipse.org/r/orion/org.eclipse.orion.client

Regards

Mark

[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462074
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

Back to the top