npm ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@

记录错误
npm ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@_第1张图片

npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.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

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

偶然看到一篇帖子

可以清除DNS
执行命令
ipconfig /flushdns

如果报错

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

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

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

你可能感兴趣的:(git,npm,c语言)