Robin Rosenberg wrote: > söndag 03 december 2006 23:42 skrev Juergen Stuber: >> >> Jakub Narebski <jnareb@xxxxxxxxx> writes: >>> >>> GitWiki tells us about egit/jgit repository at >>> http://www.spearce.org/projects/scm/egit.git >> >> I tried to access that with git 1.4.4.1 from Debian but >> >> % git clone http://www.spearce.org/projects/scm/egit.git >> >> hangs, the first time after "walk >> e339766abc2b919e7bb396cae22ddef065821381", the second time after "walk >> 9eec90ec5da239e063eaff6305d77294dc03396e" which is the "walk" line just >> before it. > > Works fine here. (git 1.4.4.gf05d). Works fine here. (git 1.4.4.1) >> There's also the following error shortly after the start: >> >> error: File bc01ab9e5fcd26918d7a334207183fa57ff1ce50 >> (http://www.spearce.org/projects/scm/egit.git/objects/75/1c8f2e504c40d1c41e >>bbd87d8f8968529e9c30) corrupt > > Unfortunately, messages about corrupt objects are "normal" with clone over > http. I'm not sure it has to be that way though. Run git-fsck-objects to make > sure there are no errors. The hangs aren't normal. I got: $ git clone http://www.spearce.org/projects/scm/egit.git [...] got 73ed47b2bb1fa5978f7368775979e5c85d354c5a error: File 2332eacf114debb7a27d138811197f06eb262551 (http://www.spearce.org/projects/scm/egit.git/objects/75/1c8f2e504c40d1c41ebbd87d8f8968529e9c30) corrupt Getting pack list for http://www.spearce.org/projects/scm/egit.git/ got afefbe09bacc08adb75fb46200a973001c6b02de [...] walk c1f287cb19b9910af19756cf29c08b1fda75da8c Some loose object were found to be corrupt, but they might be just a false '404 Not Found' error message sent with incorrect HTTP status code. Suggest running git fsck-objects. got eab86de8ac23e2e77878835007724146fdd83796 $ git fsck-objects --unreachable --full --strict ;# returns no errors -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html