You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Can you please help me with that:
remote: Repository is in read only mode (over 3.7 GB size limit). Learn how to reduce your repository size: https://confluence.atlassian.com/x/xgMvEw.
fatal: unable to access 'https://alberti3@bitbucket.org/alberti3/workspace_aa.git/': The requested URL returned error: 403
By mistake I added a very large file. Then I removed it and changed the .gitignore, but at that point I was not able to push the new commit.
Hi Andrea,
What's the current size of your repo? Please use the following command and let us know the output:
git count-objects -Hv
If it's over 2GB, then you're exceeding the limit and will need to follow the steps in the article that was mentioned to you, Reduce repository size.
Let us know how it goes!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I reduced again the size of my repository, but I cannot push the new changes.
Can someone please help me?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @alberti3 , I've run a git gc to your remote repository but the size hasn't changed/ Can you confirm your local repo is now under 2GB? You can check that using the following command in the terminal:
git count-objects -Hv
If it's over 2GB, you need to reduce the size first, to do so you'll need to follow the steps in the article Reduce repository size.
Let us know how it goes!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI! I followed the steps in the reference article and used BFG to get my local repo down under the file size limit, but the remote is still locked, in read-only mode. What do I do next to push up my new, trimmer local repo?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest you simply forget about it. Your go with the flow is very simple, but there are conditions, while developers need to do more than one pull request. Visit this blog to see more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.