node bug解决

1 ssh://[email protected]/sohee-lee7/Squire.git

node bug解决_第1张图片

 npm ERR! Error while executing:
npm ERR! C:Program FilesGitcmdgit.EXE ls-remote -h -t ssh://[email protected]/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 后面要加个空格不是和/连载一起

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

2  npm install报错 code:128 git clone --depth=1 -q -b fix/ie-cannot-input-korean git://github.com/sohee-l

解决方式
git config --global url.“https://”.insteadOf git://
使用 git config -l 就能看到已经更改成功啦

你可能感兴趣的:(bug)