I coded solution for write-tree command. And when I’m testing it it outputs the same SHA-1 as git, after zlib-decompression files looks 1:1, zlib-compressed file also looks the same for git implementation, and for my implementation.
But I’m still receiving “test failed” with message ": Git object file doesn’t match official Git implementation. This file must be zlib-compressed.
I forgot to implement something? I tried almost everything, and I’m still receiving same error message.