You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: