Hi. We are a team trying to set up a private bitbucket repo to be used during yarn/npm install for all users.
The problem we are having is that some of our users have different ssh usernames for bitbucket, and so the connection fails.
For example, if I set up a npm module like this:
yarn add git+ssh://git@bitbucket.org:ourteam/our_repo.git
Some users cannot connect and download the module because they have a different ssh username associated at bitbucket, for example "JohnSmith@bitbucket.org". As a result they cannot connect.
We will not be able to share a repo as a npm module unless the url is the same for all users, of course, which seems to suggest we all have to have our ssh username be "git@bitbucket.org". Can this ssh username be changed/reset independently using bitbucket settings?
Please advise how we can resolve this.
Thank you.