解决npm install 报错 npm ERR code 128 Permission denied

目录

  • npm install 报错
    • 最终方案
  • 处理过程
    • 初始git配置
    • 直接npm install
    • 网上方案
    • 查看git官网

一直从事java开发, 以前都是有专门的前端负责vue。最近前端没到位,外采的项目,自己在阿里云服务器打包,出现 npm install ssh权限报错 浪费了半天时间才解决,记录下共大家参考。
对外部公司心里一顿mmp

npm install 报错

错误如下

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/*****.git
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.

最终方案<

你可能感兴趣的:(前端,html,javascript,html,css)