From e6ca67244b31091831b4c8e256c62c08a2a0c838 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 4 Jul 2014 17:58:10 +0000 Subject: [PATCH] Added a comment --- ...comment_2_c0f07e2d4bb142389629050479dd1465._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory/comment_2_c0f07e2d4bb142389629050479dd1465._comment diff --git a/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory/comment_2_c0f07e2d4bb142389629050479dd1465._comment b/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory/comment_2_c0f07e2d4bb142389629050479dd1465._comment new file mode 100644 index 0000000000..0601b0a7de --- /dev/null +++ b/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory/comment_2_c0f07e2d4bb142389629050479dd1465._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.55" + subject="comment 2" + date="2014-07-04T17:58:10Z" + content=""" +If you run git-annex with the --debug flag, you can see the git command that is presumably what is failing. You could then probably run the same git command manually and see if it fails that way too. + +Does your git repository have a large pack file (in `.git/objects/pack`) as mentioned in the msysgit bug report? +"""]]