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

Git push capacity limit issue

ethan May 13, 2024

Thank you for reading my message.

I am currently attempting to migrate from SVN to Bitbucket Git. I have synced the files and history from SVN to Git SVN, and now I only need to push to Bitbucket Git.

I ran the following command but encountered the following error:

 

$ git push origin master

Enumerating objects: 73586, done.

Counting objects: 100% (73586/73586), done.

Delta compression using up to 22 threads Compressing objects: 100% (23649/23649), done.

Writing objects: 100% (73586/73586), 346.77 MiB | 21.76 MiB/s, done.

Total 73586 (delta 44482), reused 69545 (delta 41356), pack-reused 0 (from 0) remote: Resolving deltas: 100% (44482/44482), done.

 

remote: Your push has been blocked because it includes at least one file that is 100 MB or larger. Bitbucket Cloud recommends using Git LFS for large files to prevent repositories from growing too large and reaching the 4 GB repo size limit. Learn more about Git LFS at https://support.atlassian.com/bitbucket-cloud/docs/manage-large-files-with-git-large-file-storage-lfs/. If necessary, the file size limit can be disabled by an admin in Repository settings. Learn more at https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size/#Avoid-adding-large-files.

The current project size is 2.23GB.

I would like to temporarily disable the push size limit.

Could you please provide a solution to this issue?

 

1 answer

3 votes
Emxm3
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!
May 13, 2024

The answer is in the links you provided in the question 

By the sounds of things you are the repository owner.

  1. From the repository, select Repository settings in the left sidebar.
  2. Select the Advanced dropdown to display the Advanced settings.
  3. Enable or disable the limit using the Block pushes with files over 100 MB toggle
  4. Select Save changes.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events