设置git环境
git config --global http.sslverify "false"
git config --global url."https://".insteadOf git://
设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
node-sass镜像
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/