g2p / git-fs

A filesystem interface to git repositories
GNU General Public License v2.0
232 stars 19 forks source link

cp: error reading ‘<file>’: Numerical result out of range #10

Open fabio-porcedda opened 9 years ago

fabio-porcedda commented 9 years ago

I have build git-fs on Ubuntu 14.04, using opam to install the dependencies. It seems to buld fine but when i try to copy a file from a mounted git repository i always got the following error:

cp: error reading ‘’: Numerical result out of range cp: failed to extend ‘’: Numerical result out of range

Any hint?

Thanks

benley commented 8 years ago

I don't always get that error, but as soon as I try to do something like using tar to read every file in a worktree directory, lot of errors happen quickly, mostly in the form:

tar: ./path/to/file: Read error at byte 0, while reading 3584 bytes: Numerical result out of range

If I then try to cat any of the files mentined I'll get the "Numerical result out of range" error again. If I wait a few more seconds and cat again, it works. Seems ... not good.