我试图运行npm install并且我有包含依赖项的package.json文件。其中一个依赖是私有gitlab repo。 我几乎尝试了一切。 在配置中我有
"web-authenticate": "git+ssh://gitlab@git......#develop"
但我总是得到错误:
npm WARN `git config --get remote.origin.url` returned wrong result (gitlab@git... .git) fatal: failed to stat '.': No such file or directory
此配置不仅在Windows计算机上运行