vue 初始化项目出现:npm ERR! fatal: unable to access ‘https://github.com/nhn/raphael.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
问题详情:
npm ERR! Command failed: D:softwareGitbingit.EXE clone --depth=1 -q -b 2.2.0-c https://github.com/nhn/raphael.git C:UsersAdministratorAppDataRoamingnpm-cache_cacachetmpgit-clone-6786e754 --config core.longpaths=true
npm ERR! warning: templates not found in C:UsersADMINI~1AppDataLocalTemppacote-git-template-tmpgit-clone-848b0be7
npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054
npm ERR!
解决方法:
更换npm源
npm config set registry https://registry.npm.taobao.org
注意:如果还出现报错,n