解决npm i 报错:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

446 阅读1分钟

已解决:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

已解决:git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git

image.png 打开Git命令页面,执行git命令脚本:修改设置,解除ssl验证

image.png

设置 git config --global http.sslVerify "false"  然后ok了

git config --global url."https://".insteadOf git://         对我没用