Hi,
A repository in our Bitbucket Cloud workspace is stuck in the "Creating repository" state and needs to be deleted.
Repository: https://bitbucket.org/uqam/shibboleth-proxy
What we see:
git clone hangs indefinitely with no responseRequest: Please delete this repository so that we can recreate it properly if needed. We have confirmed there is no data to preserve.
Thank you!
I've had a look and it appears the fork got stuck during the creation process, leaving the repository in an incomplete state. To clear this, the repository will need to be deleted so you can attempt the fork again.
Could you try deleting it via the API using the following command:
curl -X DELETE -u {email}:{api_token} \
https://api.bitbucket.org/2.0/repositories/<Workspace>/<Repo_name>
Replace {email} with your Atlassian account email and {api_token} with an API token generated from your Atlassian account settings at https://id.atlassian.com/manage-profile/security/api-tokens.
Once deleted, please try the fork again and let me know if it completes successfully.
Regards,
Syahrul
Hey @ghoul_mohammed_ridha ,
I've pinged the forum support team to take a look at this. Someone should get back to you within 1-2 business days.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Syahrul , can you delete this repository please :D
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.