Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Cloning with EGit from Gerrit via http now ask for the PW

Thanks Thomas for the explanation.

I know that the URL without user works, but that makes later Gerrit
contributions harder. But if that based on the server, there is
nothing we can do.

Thanks again, Lars



On Thu, Jun 29, 2017 at 7:36 PM, Thomas Wolf <thomas.wolf@xxxxxxxxxx> wrote:
> Hi Lars,
>
> it's a change in Gerrit. The Eclipse Foundation recently upgraded Gerrit.
>
> The URL with /r/a requires authentication.
>
> The URL without /a should allow anonymous access:
>
> git clone https://git.eclipse.org/r/platform/eclipse.platform.images
>
> See also the comments I had left on https://bugs.eclipse.org/bugs/show_bug.cgi?id=518641 .
>
> Cheers,
>
>   Thomas
>
> On Jun 29, 2017, at 19:22 , Lars Vogel wrote:
>
>> Hi,
>>
>> in my Eclipse training sessions, I  also demonstrates how to clone a
>> Git repo with a user via http.
>>
>> I instruct to copy the URL from the web interface and use Ctrl+3 to
>> trigger "Clone a Git repository". For example, this would be the URL
>>
>> git clone https://lvogel@xxxxxxxxxxxxxxx/r/a/platform/eclipse.platform.images
>>
>> IIRC Egit used to clone the repo without the need for a password.
>>
>> Now EGit ask the user for his PW during the initial cloning operation.
>>
>> Has this intentionally changed?
>>
>> This makes it much harder for the user to simply clone the repo and
>> have it configured correctly for contributions and to decide later if
>> they want to make contributions.
>>
>> Best regards, Lars
>>
>> --
>> Eclipse Platform UI and e4 project co-lead
>> CEO vogella GmbH
>>
>> Haindaalwisch 17a, 22395 Hamburg
>> Amtsgericht Hamburg: HRB 127058
>> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
>> USt-IdNr.: DE284122352
>> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
>> _______________________________________________
>> egit-dev mailing list
>> egit-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/egit-dev
>
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/egit-dev



-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top