0
点赞
收藏
分享

微信扫一扫

安装vue-element-admin出现E:\Git\bin\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git错误


第一步

git config --global http.sslverify "false"

不行就试下面这个

git config --global url."https://".insteadOf git://

第二步 新报错

npm ERR! 
code 128 npm ERR! Command failed: git clone --mirror -q git://github.com/adobe-webplatform/

npm cache clean --force

第三步

npm install


举报

相关推荐

0 条评论