npm报错ls-remote-h-tgit://github.com/adobe-webplatform/eve.git
2022-06-06 16:07阅读:
install的时候报错
ls-remote -h -t
git://github.com/adobe-webplatform/eve.git
解决方案
配置中把git://替换为https:// cd 项目根目录 git config --global
url.'https://'.insteadOf git://