You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
1 - How many Workspaces can I create on my current plan?
2 - Is it possible to migrate project from one workspace to another workspace? if yes, how should i do it?
3 - How do I push a repository with 3.7GB in size?
1. Bitbucket billing works on users, if your current plan is under the free plan then you can have an unlimited number of public and private repositories. You can check here
2. I don't think we do have that feature in the Bitbucket cloud, but you can migrate repositories from one project to other with a workspace. You can even try transferring ownership of the repository
3. Git LFS can be a solution, do check out the billing for LFS Manage your plan and billing | Bitbucket Cloud | Atlassian Support
Hi, @Denis Rodrigues dos Santos, welcome to the community!
Just to complement @Vedant Kulkarni's answer:
1. We have no limit on the number of workspaces a user can create.
3. We have a push limit of 3.5 GB, so you won’t be able to make that push. You can read more about Git push size limits here:
Unless you break it into smaller-sized pushes (but we recommend you to use LFS if you have large/binary files).
Kind regards,
Caroline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.