Is there a way to find out bitbucket team repositories names using git? -


i have bitbucket team has several repositories forgot user password login. have user password credentials team through can access , clone repo. there way find out names or link repositories in scenario? api or git command do. have searched way on bitbucket site not find information.

you can test listing repostories rest browser api, entering credentials have, , testing a:

https://bitbucket.org/api/1.0/user/repositories/ 

or, in case, selecting 2.0 api:

https://bitbucket.org/api/2.0/teams/{teamname}/repositories 

(replace {teamname} name of team)


th op anuj adds in comments:

i made work asking administrator creating user me.
default, bitbucket team user disabled.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -