Community
Participate
Working Groups
I tried the following and got an error, on two different machines: bokowski$ git clone -v --progress git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.core.git Initialized empty Git repository in /Users/bokowski/scratch/org.eclipse.jdt.core/.git/ fatal: read error: Connection reset by peer This happens with other Git repositories listed at http://dev.eclipse.org/git/index.html as well.
We had hit the service limit on the git-daemon wrapper. Seems there's a bizillion of git preocesses running. They're all clear -- you should be able to clone now.