Hi everyone, a few years ago I made a bash script to clone all the repositories I have on my Bitbucket team and keep them updated.
As suggested in several posts on this community and blogs I get the list of all repositories via API using curl to make an http GET to https://api.bitbucket.org/2.0/repositories/myteam/ and them cycle through them using git.
All worked pretty well since the last december, when I noticed that http request to api.bitbucket.org returned this string and no data about the repos.
{"pagelen": 10, "values": [], "page": 1, "size": 0}
Do you have any suggestions on how to fix this or get the list of my team repositories via bash script?
Thanks for any info.
Nvm, problem solved.
Justo for reference these are the problems:
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.