1、下载源码
2、执行
npm install --registry=https://registry.npm.taobao.org
如果遇到"git ls-remote -h -t"之类的错误,执行以下代码:
git config --global url."https://github.com/".insteadOf "ssh://[email protected]/" git config --global url."https://github.com/".insteadOf "git://github.com/"
标签:git,admin,global,github,--,vue,https,element,com From: https://www.cnblogs.com/huangsheng/p/17238085.html