Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Checkout with http(s)

Hi Thorten,

 

You can clone/fetch/push via http (since EGit 0.10).

Pushing to Gerrit via http is described below.

 

--Jens

 

0. Retrieve your http password from Gerrit Settings -> Http Password

1. Repositories View,  Remotes Node: Execute “Create Remote…”

2. Enter a remote name, e.g. review_http

3. Check “Configure Push”

4. Clich “Next”

5. Click “Add”

6.  Enter URI: http://egit.eclipse.org/r/p/egit.git

 

7. Press “Finish”

8. Press “Next”

9. Add ref spec: HEAD refs/for/master

10. Press “Finish”

Now you can push to Gerrit. Select the new push URI in Repositories View and execute “push”. You’ll be prompted for user and password.

 

 

From: egit-dev-bounces@xxxxxxxxxxx [mailto:egit-dev-bounces@xxxxxxxxxxx] On Behalf Of Thorsten Kamann
Sent: Dienstag, 21. Dezember 2010 14:49
To: egit-dev@xxxxxxxxxxx
Subject: [egit-dev] Checkout with http(s)

 

Hello,

is there any chance to use the egit repository without the git or ssh protocol?

Thorsten


Back to the top