概述
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错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复