Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to fork http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/ ?

2012/4/19 Barrie Treloar <baerrach@xxxxxxxxx>
On Wed, Apr 18, 2012 at 5:55 PM, Mykola Nikishov <mn@xxxxxxxxx> wrote:
> - make your changes and push them to Gerrit,
> http://wiki.eclipse.org/Gerrit#To_create_a_new_change

I'm behind an NTLM firewall.

The HTTPS description says:

Git over HTTPS

When accessing Gerrit over HTTPS from git or EGit use username and
HTTP password displayed here
Gerrit HTTPS URl:
https://git.eclipse.org/r/p/repository.git

But the "To create a new change" says
git push ssh://username@xxxxxxxxxxxxxxx:29418/(project).git HEAD:refs/for/master

I'm struggling to translate this into https.

Anyone know the answer?

simply push to the same HTTPS URL you used for cloning/fetching : https://git.eclipse.org/r/p/repository.git

--
Matthias

Back to the top