• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

My Monkey Do

A Log of Coding Solutions

  • Home
  • Web Hosts
  • Tools
  • About

GIT PUSH IS FAILED DUE TO RPC FAILURE (RESULT=56)

August 16, 2013 by Webhead

Problem

Pushing to git showed this error:

error: RPC failed; result=56, HTTP code = 0

Solution

The problem is the git buffer is too low.  After finding the solution I realized I did have a large image that I added to the repository.   To fix, run the following command.

git config http.postBuffer 524288000

Thanks to:  http://flyingtomoon.com/2011/04/12/git-push-is-failed-due-to-rpc-failure-result56/

Filed Under: Tools Tagged With: git

Primary Sidebar

Topics

502 apache apple bluehost bootstrap buddypress chrome cloudways cms css debug drupal eCommerce firebug firefox git goDaddy google google analytics google maps hacked hosting htaccess html html 5 icons IE crap image iPad iPhone javascript jquery linux localization mac os x ms sql mysql open source optimize php tinymce wordpress wpengine yii youtube




Categories

  • Coding
  • Off the Shelf
  • Plugins
  • Random Thoughts
  • Server Stuff
  • Tools