Git fails when pushing commit to github

Posted by Steve Melvin on Stack Overflow See other posts from Stack Overflow or by Steve Melvin
Published on 2010-04-24T00:41:04Z Indexed on 2010/04/24 0:43 UTC
Read the original article Hit count: 596

Filed under:
|
|
|

I cloned a git repo that I have hosted on github to my laptop. I was able to successfully push a couple of commits to github without problem. However, now I get the following error:

Compressing objects: 100% (792/792), done.
error: RPC failed; result=22, HTTP code = 411
Writing objects: 100% (1148/1148), 18.79 MiB | 13.81 MiB/s, done.
Total 1148 (delta 356), reused 944 (delta 214)

From here it just hangs and I finally have to ^C back to the terminal.

© Stack Overflow or respective owner

Related posts about git

Related posts about github