git error «Bad file descriptor»

Home » GIT » git error «Bad file descriptor»
GIT Комментариев нет
ОШИБКА (masterhost)
	u388952@gen210:~/site2.ru/www$ git push origin master
	Username for 'http://site.org': site@git.web2age.com
	Password for 'http://site@git.site.com@site.org':
	Counting objects: 23920, done.
	Delta compression using up to 24 threads.
	fatal: inflateInit: out of memory (no message)
	fatal: The remote end hung up unexpectedly
	fatal: The remote end hung up unexpectedly
	error: failed to push some refs to 'http://git.site.org/site.ru.git'
	fatal: write error: Bad file descriptor

Решение
	http://stackoverflow.com/questions/9561835/git-push-suboptimal-pack-out-of-memory
	[core]
		bigFileThreshold = 1
		
	Может быть работает такая запись: git config --add core.bigFileThreshold 1