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/ ?

On Thu, Apr 19, 2012 at 11:58 AM, Barrie Treloar <baerrach@xxxxxxxxx> wrote:
> 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?

Looks like http://wiki.eclipse.org/EGit/Contributor_Guide has examples for egit
git clone https://git.eclipse.org/r/p/egit/egit.git

which I applied to tycho.
https://git.eclipse.org/r/p/tycho/org.eclipse.tycho.git/

Now I need to work out why I'm getting
remote: ERROR: missing Change-Id in commit message


Back to the top