Wednesday 1 August 2012

Broken RPC Failed Error GitHub

If you are trying to push your project into github and getting the following annoying error message, that means that you are axceeding git's http buffering limit in one go. One solution is to increas your limit this command:

"git config http.postBuffer 209715200"