gitã§éããªãã¸ããªãcloneããã¨ã
git clone http://example.com/fuga.git remote: Counting objects: 3203, done. remote: warning: suboptimal pack - out of memory remote: fatal: Out of memory, malloc failed error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository corruption on the remote side. fatal: protocol error: bad pack header
ã¨ã©ã¼ã«ãªãã®ã§å°ããã¤è½ã¨ã
git clone --depth 1 http://example.com/fuga.git git fetch --depth 10 git fetch --depth 100 # å¤ã¯èª¿æ´ãã¤ã¤ git fetch --unshallow # æå¾ã«å ¨é¨è½ã¨ã ãã®ãªãã·ã§ã³ã¯ææ°ã®gitã§ãªãã¨ãªã