Hi, I am using BFG Repo-Cleaner to reduce the size of the repository, However, when executing the command "$ git push" it shows
remote: Resolving deltas: 100% (638/638), done.
remote: repository is in read only mode (over 2 GB size limit).
remote:
remote: Learn how to reduce your repository size: https://confluence.atlassian.com/x/xgMvEw.
! [remote rejected] Libros-MX -> Libros-MX (pre-receive hook declined)
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs
Please contact https://support.atlassian.com/contact/ for tickets such as this. If you're trying to add a commit while pushing this won't work. The basic idea is you'll have to reset to a previous commit (before going over the 2GB limit) and work from there before using BFG via:
https://confluence.atlassian.com/bitbucket/reduce-repository-size-321848262.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to contact Bitbucket Support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Few questions,
1. What version of Sourcetree and on what OS are you using it?
2. What is the remote host to which you are trying to push? Is it Bitbucket?
3. Are you seeing this error on command line or Sourcetree?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using command line on MAC OS X.
The remote host is Bitbucket.
The error is seeing in command line.
I follow the instructions on the page: https://rtyley.github.io/bfg-repo-cleaner/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.