git pushing problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CunningGabe
    Swordsman
    • Feb 2008
    • 250

    git pushing problems

    Last night, I made a minor change and prepared to push it to my repository. Git decided not to cooperate. I've been troubleshooting and I have some notion of the problem, but any help would be appreciated before I decide to kick a puppy.

    When I try to push my updated master, I get the following:

    Code:
    Gabe@GABE-PC ~/angband-dev (master)
    $ git push origin master
    Username:
    Password:
    Counting objects: 693, done.
    Delta compression using up to 2 threads.
    Compressing objects: 100% (155/155), done.
    Writing objects: 100% (589/589), 10.30 MiB, done.
    Total 589 (delta 448), reused 574 (delta 433)
    error: RPC failed; result=56, HTTP code = 100
    fatal: The remote end hung up unexpectedly
    fatal: The remote end hung up unexpectedly
    Now, from what I read online, the problem could be the size of the commit. Various places recommend I execute "git config http.postBuffer 524288000" which should allow commits up to 500MB. So I did that, but I still get this error.

    I am able to commit everything until right before Shockbolt's tiles were added. Trying to commit those tiles causes the same errors. Anyone have any ideas on how to fix this?
  • CunningGabe
    Swordsman
    • Feb 2008
    • 250

    #2
    Nevermind! FINALLY got it to work by changing to https instead of http.

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎