Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Cloning Via git://git.eclipse.org/gitroot Fails

Hi Ed,

  The core of these failures is probably the same as the issue that impacted the mail service, and should now be resolved.

-Matt.

On Tue, Mar 3, 2020 at 10:23 AM Ed Merks <ed.merks@xxxxxxxxx> wrote:
FYI,

All my build jobs are failing the for same reason as reported by
Matthias Sohn:

   https://bugs.eclipse.org/bugs/show_bug.cgi?id=560708

Even locally the following fails:

$git clone git://git.eclipse.org/gitroot/oomph/org.eclipse.oomph.git
Cloning into 'org.eclipse.oomph'...
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

But the following works:

$git clone https://git.eclipse.org/r/oomph/org.eclipse.oomph.git
Cloning into 'org.eclipse.oomph'...
remote: Counting objects: 5622, done
remote: Finding sources: 100% (128/128)
Receiving objects:  93% (71125/76478), 50.36 MiB | 1.99 MiB/s

So some there is some problem cloning via git://git.eclipse.org/gitroot...

Probably that affects everyone's build jobs.

Regards,
Ed


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top