fatal: Out of memory? mmap failed: Invalid argument

1

Upon doing

git add .

I get the following message -

fatal: Out of memory? mmap failed: Invalid argument

I am using git on cygwin on Windows 7

What does this mean?

Arunabh Das

Posted 2011-11-14T08:36:23.280

Reputation: 611

Answers

1

This is a bug. It's fixed in git 1.7.1.1 and later.

David Schwartz

Posted 2011-11-14T08:36:23.280

Reputation: 58 310