version control

Eclipse Git error – denyNonFastForwards

Github denyNonFastForwards 

Eclipse>Preferences>Team>Git>Configuration>Add Entry
key
receive.denyNonFastForwards

value
false
By bm on April 10, 2014 | version control | A comment?

error fix : svn/ git “411 Length Required” Exception when pushing to Github from Eclipse

error fix : svn/ git “411 Length Required” Exception when pushing to Github from Eclipse

Fix:

Eclipse>Preferences>Team>Git>Configuration>Add Entry

Enter http.postBuffer as key and 524288000 as value (if 500M is enough)