Skip to main content

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

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




Back to the top