背景:
在安装vue-element-admin 项目所需依赖时,出现了如下报错信息
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/adobe-webplatform/eve.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! A complete log of this run can be found in:
npm ERR! D:\Develo\nodejs\node_cache\_logs\2022-02-23T03_34_18_949Z-debug-0.log
解决办法:
1、使用下面的命令,达到,把地址里的 ssh://git@
换成 https://
的目的
git config --global url."https://".insteadOf ssh://git@
2、然后重新通过 npm install 安装项目依赖
npm install
效果图:
文章来源:https://www.toymoban.com/news/detail-525507.html
文章来源地址https://www.toymoban.com/news/detail-525507.html
到了这里,关于npm ERR! code 128npm ERR! An unknown git error occurrednpm ERR! command git --no-replace-objects l的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!