vue-element-admin 解决:git clone --depth=1 -q -b fix/ie-cannot-input-korean git://github.com/sohee-lee7/Squire.git
在使用命令npm install --registry=https://registry.npm.taobao.org安装vue-element-admin的时候,报错,提示Error: Command failed: git clone --depth=1 -q -b fix/ie-cannot-input-korean git://github.com/sohee-lee7/Squire.git
解决办法:
git config --global url."https://".insteadOf git://
使用 git config -l 就能看到已经更改成功啦