报错如下:
fatal: unable to connect to githurb.com:
运行如下命令即可:
git config --global url.https://github.com/.insteadOf git://github.com/
git config --global url."https://".insteadOf git://
接着再删除node_moudels包,执行num installl命令。
最后执行npm run serve ,项目启动成功!