Git on DreamHost still balking on big files even after I compiled with NO_MMAP=1
Posted
by fuzzy lollipop
on Server Fault
See other posts from Server Fault
or by fuzzy lollipop
Published on 2010-03-26T01:16:21Z
Indexed on
2010/03/26
1:23 UTC
Read the original article
Hit count: 575
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?
© Server Fault or respective owner