Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED] clone all repositories stop working

Tasslehoff Burrfoot
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2019

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.

1 answer

1 accepted

0 votes
Answer accepted
Tasslehoff Burrfoot
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 16, 2019

Nvm, problem solved.

Justo for reference these are the problems:

  • short username was not accepted anymore for login (email must be used)
  • there were ssl handshake problems due to obsolete openssl and curl versions

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events