Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Fwd: [Bug 324868] New: git clone fails for org.eclipse.mdt

2010/9/10 Chris Aniszczyk <caniszczyk@xxxxxxxxx>
Short skip of block

I can reproduce the problem, the failure occurs in IO.skipFully(); according to its javadoc this exception is thrown 
under the following condition:

* @throws EOFException
*             the stream ended before the requested number of bytes were
*             skipped

but I have not yet any clue how this can happen, with native git I am able to clone this repository and fsck --full
on the clone doesn't return any problems.

--
Matthias

Back to the top