Skip to content

my codes are not being pushed in github repository #140577

Discussion options

You must be logged in to vote

Hei, try one of the following approach:
1, How about increasing the buffer size?

git config --global http.postBuffer 524288000
2, Also, check if the file/ binary file you are trying to push is oversized.
You can do that by :

git lfs track "*.file_extension" # Example: "*.png"

3, You can also check your config for remote URL

If none of the above works, then you can try SSH instead of HTTPS. I hope this helps you.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mamta-vyas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment