揮発性のメモ2

最近知った知識を さも昔から知ってた風にメモ書きしていく

2014-08-09から1日間の記事一覧

git cloneでout of memoryになる

git

$ git clone ssh://hoge@piyo/var/lib/git/fuga.git Cloning into fuga... remote: Counting objects: 1466, done. remote: warning: suboptimal pack - out of memory remote: Compressing objects: 82% (358/434) error: pack-objects died of signal erro…