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
The attached tar.gz was created with the default settings using gnutar on a directory containing a large filename. It seems to automatically have switched on extended file attributes (the tar contains a file ExtendedName).
The attached
tar.gz
was created with the default settings using gnutar on a directory containing a large filename. It seems to automatically have switched on extended file attributes (the tar contains a fileExtendedName
).LHsampling_0.1.0.tar.gz
It errors when trying to extract with tar-stream:
Invalid tar header: unknown format.
A workaround is to use
var extract = tar.extract({allowUnknownFormat:true});
The text was updated successfully, but these errors were encountered: