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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -