当前位置:   article > 正文

下载github源码npm install 报错_element 潘家成

element 潘家成

某天工作日下午,突然想阅读下潘家成大佬的vue-element-admin(后台管理集成系统),于是打开了github…[https://panjiachen.github.io/vue-element-admin-site/zh/guide/#%E5%AE%89%E8%A3%85] 第一步就是安装运行项目

1.git clone https://github.com/PanJiaChen/vue-element-admin.git
2.cd vue-element-admin
3.npm install --registry=https://registry.npm.taobao.org
安装过程中报错
在这里插fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054入图片描述

 fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054
  • 1

经过一番搜索 网上罗列了几种答案 最终采用第二种方案成功

  1. git config --global url.“git://”.insteadOf https:// ( 换一个下载方式)
  2. git config --global http.sslVerify “false”( 取消ssl验证)
  3. git config --global core.longpaths true(文件名太长)
  4. git config http.postBuffer 5242880002c6 (下载超时)

原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错

紧接着npm run dev 就可以愉快的查看页面了!

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/174589
推荐阅读
相关标签
  

闽ICP备14008679号