-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels