Closed
Description
I'm archiving a folder containing .git/config
file with fastzip
on Linux, following the example shown in README.
When extracting said file, I'm expecting to see:
[core]
repositoryformatversion = 0
filemode = true
bare = false
[remote "origin"]
url = ...
[receive]
denyNonFastForwards = false
denyCurrentBranch = ignore
denyDeleteCurrent = ignore
However, I get:
<..J.@^PE.._1.^CL..Z^H..>.(.%."..$;..Sfg+.{..>^....w,x0...3).yb.VO(.8A^KkSM^T0....JAS^MV.0....^E#+...fJ....^Dh..^^....N.....g.v]7........9....4w^O..5...^X.fR_.^[..^?I\.^Xy.qH..v.t~...Y.,?V.|...]^Q../b...^B....
This happens with both golang sdk (using NewExtractor
) and with traditional unix tar
command.
Worth mentioning, is that this is only the case when using the default Deflate
compression method. Using 0
(Store) method works fine (no compression though, which is expected).
I'd appreciate any help with this issue.
EDIT: Compressing only the file itself (as opposed to the folder containing it) seems to work fine.
Metadata
Metadata
Assignees
Labels
No labels