我是靠谱客的博主 无奈微笑,这篇文章主要介绍npm ERR Error while executing npm ERR CProgram FilesGitcmdgit.EXE ls-remote -h -t sshgit@,现在分享给大家,希望可以做个参考。

记录错误
在这里插入图片描述

复制代码
1
2
3
4
5
6
7
8
9
10
11
npm ERR! Error while executing: npm ERR! C:Program FilesGitcmdgit.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git npm ERR! npm ERR! Host key verification failed. 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. npm ERR! npm ERR! exited with error code: 128

在网上找了很多方法无法解决

偶然看到一篇帖子

复制代码
1
2
3
4
可以清除DNS 执行命令 ipconfig /flushdns

如果报错

复制代码
1
2
无法将“ipconfig/flushdns”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

那就是ipconfig 后面要加个空格不是和/连载一起

然后执行
npm install --registry=https://registry.npm.taobao.org
使用淘宝镜像

最后

以上就是无奈微笑最近收集整理的关于npm ERR Error while executing npm ERR CProgram FilesGitcmdgit.EXE ls-remote -h -t sshgit@的全部内容,更多相关npm内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部