我是靠谱客的博主 无私海燕,这篇文章主要介绍不安装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内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部