Skip to content
Discussion options

You must be logged in to vote

Hey @icyJoseph I've managed to fix the issue.

The problem is that with current pnpm version (v10.17.0 at time of writing) even if I add something like in my package.json

"my-repo": "git+https://x-token-auth:<access-token>@bitbucket.org/<my-org>/<my-repo>.git""

I end up with following entries in pnpm-lock.yaml

my-repo@git+https://git@bitbucket.org:my-org/my-repo.git#1e37d6cc8bb4a22a897b01774e6ffd04a8a2617b:
  resolution: {commit: 1e37d6cc8bb4a22a897b01774e6ffd04a8a2617b, repo: git@bitbucket.org:my-org/my-repo.git, type: git}
  version: 0.1.0
  engines: {node: '>= 20.x.x'}

my-repo@git+https://git@bitbucket.org:my-org/my-repo.git#1e37d6cc8bb4a22a897b01774e6ffd04a8a2617b:
  dependencies:
    d…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@icyJoseph
Comment options

@icyJoseph
Comment options

@AndreMaz
Comment options

@icyJoseph
Comment options

@AndreMaz
Comment options

Comment options

You must be logged in to vote
1 reply
@icyJoseph
Comment options

Answer selected by AndreMaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants