Community
Participate
Working Groups
~ bokowski$ git clone git://dev.eclipse.org/org.eclipse.e4/org.eclipse.e4.ui.git Initialized empty Git repository in /Users/bokowski/org.eclipse.e4.ui/.git/ fatal: The remote end hung up unexpectedly Other Git repositories work just fine, for example: dev bokowski$ git clone git://dev.eclipse.org/org.eclipse.e4/org.eclipse.e4.compatibility.git Initialized empty Git repository in /Users/bokowski/dev/org.eclipse.e4.compatibility/.git/ remote: Counting objects: 7103, done. remote: Compressing objects: 100% (2385/2385), done. remote: Total 7103 (delta 3052), reused 7051 (delta 3029) Receiving objects: 100% (7103/7103), 2.56 MiB | 1.86 MiB/s, done. Resolving deltas: 100% (3052/3052), done.
I deleted the e4.ui repo and re-created it. It looks like it works now.
Closing as fixed.