fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_connect: Connection was

  • Post author:
  • Post category:其他




1、问题描述:



在基于webstorm 配置vue环境时,输入npm install 开始自动安装依赖时出现该问题,



2、解决方案:

(1)安装配置git环境

(2)更换npm源

npm config set registry https://registry.npm.taobao.org



版权声明:本文为chen798213337原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。