我是靠谱客的博主 无私海燕,最近开发中收集的这篇文章主要介绍不安装sshkey解决npm ERR code 128错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.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.

1 git config --global http.sslverify “false”
2 git config --global url.“https://”.insteadOf git://
3 git config --global url.“git://”.insteadOf https://
4 git config --global url.“https://”.insteadOf ssh://git@

最后

以上就是无私海燕为你收集整理的不安装sshkey解决npm ERR code 128错误的全部内容,希望文章能够帮你解决不安装sshkey解决npm ERR code 128错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部