Vue项目打包遇到spawn git 错误和undefined ls-remote -h -t ssh://[email protected]/**

#npm install命令出现spawn git错误
github下载的前端项目导包,使用npm install命令出现了spawn git 错误和undefined ls-remote -h -t ssh://[email protected]/**

可能是git需要设置环境变量了!!!(本人设置完环境变量,就能正常导包了)

#git设置环境变量
在环境变量的path里加上“C:\Program Files\Git\bin”就可以了,路径根据你的git安装目录做调整

你可能感兴趣的:(笔记,vue,java)