Only two files are included. Git Ignore and README.md.
The repo is 33MB in size. and the zip file is 1K.
I am not using LFS, submodules or anything fancy. This is a basic plain repository
I really appreciate any feedback.
May I know the curl command you're executing (with authentication details removed for privacy)?
If you're using an App Password, the command should look like this:
curl --request GET \
--url https://bitbucket.org/{workspaceID}/{repositoryslug}/get/{commitID}.zip \
--user username:AppPassword
If using an API token, it would look like this:
curl --request GET \
--url https://bitbucket.org/{workspaceID}/{repositoryslug}/get/{commitID}.zip \
--user email:APIToken
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.