79574672

Date: 2025-04-15 08:25:34
Score: 0.5
Natty:
Report link

I faced this issue when I was trying to zip python project and then upload archive to execute the code. The main reason is zip in MacOS put extra system files by default.
Flag "-X" helped me to solve this.
zip -r -X archive.zip my_folder

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: liskunovich