Skip to content

[npm] fatal: Unable to find remote helper for 'git+https' #335

@vercotux

Description

@vercotux

It seems there is an issue with some NPM packages which specify their dependencies in a format which uses "git+https" as the URL protocol.

This is the error I get during composer update -vvv:

[RuntimeException]                                                                                                                                                      
Failed to execute git clone --mirror 'git+https://github.com/vibornoff/asmcrypto.js' '/home/myname/.composer/cache/vcs/git-https---github.com-vibornoff-asmcrypto.js/'                                                                                                                                                                          
Cloning into bare repository '/home/myname/.composer/cache/vcs/git-https---github.com-vibornoff-asmcrypto.js'...                                                        
fatal: Unable to find remote helper for 'git+https' 

Here is one example of such an NPM package: meganz/jodid25519

The format used is a valid format. Possible URL protocols in npm package.json dependencies: git, git+ssh, git+http, git+https, git+file

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions