当前位置:   article > 正文

npm ERR! code 128npm ERR! An unknown git error occurrednpm ERR! command git --no-replace-objects l_npm err! code 128 npm err! an unknown git error oc

npm err! code 128 npm err! an unknown git error occurred npm err! command gi

背景:

在安装vue-element-admin 项目所需依赖时,出现了如下报错信息

  1. npm ERR! code 128
  2. npm ERR! An unknown git error occurred
  3. npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/adobe-webplatform/eve.git
  4. npm ERR! git@github.com: Permission denied (publickey).
  5. npm ERR! fatal: Could not read from remote repository.
  6. npm ERR!
  7. npm ERR! Please make sure you have the correct access rights
  8. npm ERR! and the repository exists.
  9. npm ERR! A complete log of this run can be found in:
  10. 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

效果图:

 

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/516231
推荐阅读
相关标签
  

闽ICP备14008679号