Fix fetching npm packages from git repositories #2403
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Aspect_rules_js supports fetching a git repository containing an npm package. However, to follow that path, it is required that the URL of the repository is prefixed with
git+. However, this URL is then also configured as the remote for the git repository. Thegit+prefix is not supported by git and thus fetching fails with:git: 'remote-git+https' ist kein Git-Befehl. Siehe 'git --help'.
To prevent this, the
git+-prefix is now being removed, if it is present before setting it as remote url.formation ends up in the git log.-->
Changes are visible to end-users: no
Test plan
Install an NPM package from a git repository. The pnpm-lock.yaml may look like this: