I found this weird error while pushing my git to github!
[dz supernova-kernel]$ git push -f github master
Username:
Password:
Counting objects: 1704, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (956/956), done.
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
Writing objects: 100% (1437/1437), 14.49 MiB, done.
Total 1437 (delta 364), reused 1099 (delta 243)
fatal: The remote end hung up unexpectedly
B��"]2 expected ok/error, helper said '2004�qփ��'�▒
$R��Ig��シ���[�0��▒PP5t4��P'[/code]Reason: Too small http post buffer
Fix:
git config http.postBuffer 524288000[/code]dz supernova-kernel]$ git config http.postBuffer 524288000
[dz supernova-kernel]$ git push -f github master
Username:
Password:
Counting objects: 1704, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (956/956), done.
Writing objects: 100% (1437/1437), 14.49 MiB, done.
Total 1437 (delta 364), reused 1099 (delta 243)
To http://github.com/droidzone/Supernova-Kernel.git
78dab9a..eb8e182 master -> master[/code]Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.
Helped a lot,
Thanks !
This was quite useful. Thanks!
I’m glad. 🙂