Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343612 - Cannot clone JDT Git repository
Summary: Cannot clone JDT Git repository
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 15:35 EDT by Boris Bokowski CLA
Modified: 2011-04-21 15:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.