Git on DreamHost still balking on big files even after I compiled with NO_MMAP=1
- by fuzzy lollipop
I compiled Git 1.7.0.3 on DreamHost with the NO_MMAP=1 option, I also supplied that option when I did the "make NO_MMAP=1 install".
I have my paths set up correctly, which git reports my ~/bin dir which is correct, git --version returns the correct version.
But when I try to do a "git push origin master" with "big" files ~150MB it always fails.
Does anyone have an suggestions on how to get DreamHost to accept this "big" files from a git push?