Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Download feature in Bitbucket website sidemenu only pulls readme

Byron K August 4, 2021

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!

1 answer

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 19, 2021

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events