参考: GitLFSのLFSオブジェクトを圧縮する

  1. git config -e
  2. 以下を追記
[lfs "extension.compress"]
        smudge = unpigz -c -p 40
        clean = pigz -c -p 40