npm报错:unable to access 'https://github.com/adobe-webplatform/eve.git/': OpenSSL SSL_read: Connection was reset, errno 10054

解决方法:
git config --global url."https://".insteadOf git://
然后再
npm install --registry=https://registry.npm.taobao.org

解决方法:
git config --global url."https://".insteadOf git://
然后再
npm install --registry=https://registry.npm.taobao.org