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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.