Hi all, I use the Download Repo feature in the bitbucket website regularly to create offsite backups, today when I tried to use this feature (on multiple browsers) it would only download a zip with a readme, and nothing else (1kb), when the repo says it's 245.8 MB. I've checked all my javascript blockers, they're not running on this browser (or on other browsers where I haven't installed them). Is this a temporary server issue, or did something else happen?
Thank you!
Hi @Byron K
Welcome to the community.
By default, the compressed .zip file from the repository Downloads section only downloads your repository master branch.
For this, would it be possible for you to check if your repository master branch has other files and/or folders other than the readme file?
You also mentioned that you're making backups of your repository.
In this case, our recommendation is for you to clone your repository via --mirror clone instead.
This way, the backup includes all your repository branches.
git clone --mirror <your repository URL (HTTPS or SSH)>
Hope it helps and let me know how it goes.
Regards,
Mark C
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.