问题描述

解决方案
- 将ssh下载方式替换成https
git config --global url."https://".insteadOf ssh://git
- 下载
npm install --registry=https://registry.npm.taobao.org

git config --global url."https://".insteadOf ssh://git
npm install --registry=https://registry.npm.taobao.org