I have a pipeline that perform a git push:
git diff --no-index md-backup/ mdapioutput/ --output=changes.txt || echo 0
git add . && git commit -m "[skip ci] Automatic Backup Done" && git push
This worked 14 days ago (and before). Now I'm getting:
remote: Snippets don't support JWT repo sheedded based requests.
fatal: unable to access '[REPO_HTT_URL Redacted]': The requested URL returned error: 403
Hello @Rodrigo Arce ,
and welcome to the community!
The error message you received when trying to push from your local is usually caused when your workspace is under the Free plan, and the limit of 5 users is exceeded, which causes the workspace to be put on read-only mode until the number of users is back to within the plan limit.
However, checking internally I see your workspace has an active Standard subscription, so you shouldn't be receiving that error message.
I'm wondering if that was just a transient issue. Could you please confirm if you are still facing issues to push to any repository under the workspace a*******g ? If yes, are you still receiving the message about the user plan limit?
Thank you, @Rodrigo Arce !
Patrik S
Thank you Patrick for reaching out, both messages were related to the plan limits.
They were fixed with the plan upgrade.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Thank you for the update and happy to hear the error is fixed now :)
If you ever need help in the future, feel free to reach out to Community!
Thank you, @Rodrigo Arce !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm seeing the same above issue in my pipeline, I'm having the free plan and the number of users is within 5. Do we still get this issue if the number of users is within the limit allowed ? Would be great if you could help me resolve the issue , Thanks in advance !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suhas L R
I've refreshed your users in the backend, can you try again and let us know if you still receive errors?
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.
Hi @Ben
Thanks for the reply, after removing the users from the workspace(to < 5) it worked fine. I believe both workspace and project should not exceed the user limit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having this error when trying to push from local, leave here:
********************************************************************************
[ALERT] Your push failed because the account 'aspirebcg' has exceeded its
[ALERT] user limit and this repository is restricted to read-only access.
[ALERT] Change your plan to restore write access:
[ALERT] https://bitbucket.org/account/user/[USER]/plans
********************************************************************************
fatal: Could not read from remote repository.
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.