e34967bcafe3f0bf16353aa949a5b83025a454a9
git/lfs/\343\203\254\343\203\235\343\202\270\343\203\210\343\203\252\343\202\265\343\202\244\343\202\272\343\202\222\345\260\217\343\201\225\343\201\217\343\201\231\343\202\213.md
... | ... | @@ -1,10 +1,7 @@ |
1 | 1 | 参考: [GitLFSのLFSオブジェクトを圧縮する](https://qiita.com/shive428/items/8a799f50552e8185f56f) |
2 | 2 | |
3 | -1. `git config -e` |
|
4 | -2. 以下を追記 |
|
5 | - |
|
6 | 3 | ``` |
7 | -[lfs "extension.compress"] |
|
8 | - smudge = unpigz -c -p 40 |
|
9 | - clean = pigz -c -p 40 |
|
4 | +$ git config lfs.extension.compress.smudge "unpigz -c -p 40" |
|
5 | +$ git config lfs.extension.compress.clean "pigz -c -p 40" |
|
6 | +$ git config lfs.ssh.automultiplex false |
|
10 | 7 | ``` |
... | ... | \ No newline at end of file |