0

I have created a bitbucket repository, and now I want to install it as a dependency in my node js project. I have also created a password app, and installed the package like so:

npm i --save git+https://MyUser:[email protected]/MyCompany/my-repository.git

This works fine, but the problem is that I am part of a team (to which MyUser belongs), and I do not want the git URL to contain MyUser, but instead the name of the team. How can it be done?

Thanks.

1 Answer 1

1

The "MyUser" part listed there is the name used for authentication and authorization. Your coworkers can provide their own credentials if they'd prefer, or you can set up an access key and use SSH instead, but there's no way for the team to authenticate.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.