Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I cannot push my files into my repository

amruthanp
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 15, 2024

When I push my files, its showing like this, not completing the push operation.

git push origin Enumerating objects: 714, done. Counting objects: 100% (714/714), done. Delta compression using up to 12 threads Compressing objects: 100% (691/691), done. Writing objects: 100% (713/713), 1.06 MiB | 6.33 MiB/s, done. Total 713 (delta 156), reused 0 (delta 0), pack-reused 0 Screenshot_1.png

1 answer

1 vote
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 22, 2024

Hey @amruthanp , and welcome to the Community!

As the issue you're facing is occurring during the push operation, it may be related to the configured git post buffer size in your machine.

In this case,  you can try increasing the buffer size by running the following command:

git config --global http.postBuffer 524288000

This sets the buffer size to 500 MB, which is usually more than enough for most pushes.

Could you try that as let us know how it goes?

Thank you, @amruthanp !

Patrik S

amruthanp
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 30, 2024

Hi,

Thank you very much for your help. Its worked. My long-term issue is now fixed.

Like Patrik S likes this
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 30, 2024

Happy to hear that worked @amruthanp !

If you ever need help in the future, feel free to reach out :)

Like amruthanp likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events