NPM installation and private gitlab repo on Windows

I am trying to run npm install and I have a package.json file with dependencies. One of the dependencies is a private gitlab relay. I try almost everything. In config I have

"web-authenticate": "git+ssh://gitlab@git......#develop"

      

but always i get the error:

npm WARN `git config --get remote.origin.url` returned wrong result (gitlab@git... .git) fatal: failed to stat '.': No such file or directory

      

This configuration does not work only on Windows computer

+3


source to share





All Articles