vue 项目在gitlab clone下来后, npm install 安装依赖报错.这个是什么原因导致的
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\mingw64\bin\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR! fatal: protocol '“https' is not supported
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\root\AppData\Roaming\npm-cache_logs\2022-08-02T04_52_55_164Z-debug.log
你在cmd 里 install一下 试试 。别再 github上的窗口
npm cache clean --force
npm install
感谢大家的解答 问题已解决 是我的npm版本太低,把npm更新到最新版就可以正常下载依赖了