When trying to commit the code to https://deveo.com/ via git
git push
I got these error
Compressing objects: 100% (2780/2780), done. error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly Writing objects: 100% (2881/2881), 6.51 MiB | 1.94 MiB/s, done. Total 2881 (delta 703), reused 0 (delta 0) fatal: recursion detected in die handler Everything up-to-date
After google, i found out how to resolve it, just use
git config http.postBuffer 524288000
Have fun with Git!