Skip to content

problem with hang pushing images #91

@meganlitz28

Description

@meganlitz28

When pushing image files to your repo, you cqn do this as long as they are under 100MB. But even images of normal size (like 1 - 5 MB) might cause your repo to "hang" and not complete a push. You might see an error message saying you're getting a 400 error and not completing a push.

So the thing to fix is your git config's postBuffer. Here's a handy command line code we used to fix this

git config --global http.postBuffer 1048576000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions