Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343612

Summary: Cannot clone JDT Git repository
Product: Community Reporter: Boris Bokowski <bokowski>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Boris Bokowski CLA 2011-04-21 15:35:26 EDT
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.
Comment 1 Denis Roy CLA 2011-04-21 15:47:35 EDT
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.