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?
The answer is in the links you provided in the question
By the sounds of things you are the repository owner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.