npm install undefined ls-remote -h -t ssh://git@github.com/xxx异常处理以及过程记录
场景
Vue项目进行npm install,异常截图:
尝试
使用CMD管理员权限npm install
尝试
本来想删了那个依赖 但是package.json里面找不到那个包
尝试
因为没有配置git,尝试https,命令如下:git config --global url."https://".insteadOf git://
最终解决方案
使用命令告诉git使用https而不是git://:,命令:git config --global url."https://".insteadOf git://