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

Ed, where is your build job running?




On 2020-03-02 11:31 p.m., Ed Merks 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
--

Denis Roy

Director, IT Services | Eclipse Foundation, Inc.

Eclipse Foundation: The Platform for Open Innovation and Collaboration

Twitter: @droy_eclipse


Back to the top