Joshy3214
Results
1
issues of
Joshy3214
When I try to connect to my company Bitbucket server, I get errors with Stashy import stashy bitbucket = stashy.connect("company_bitbucket_url", "username", "password", verify=False) projects = bitbucket.projects.list() repos = bitbucket.repos.list() for...