npm install error : "Host key verification failed."
npm install error : "Host key verification failed."
我想从我在 windows 服务器上构建的 Gitbucket 获取模块。
但是当我使用 npm install
.
时出现错误
npm ERR! Error while executing:
npm ERR! C:\Users\~~~~\AppData\Local\Programs\Git\cmd\git.EXE ls-remote -h -t
ssh://git@IPaddress:Gitbucketport/root/modulename.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
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\~~~~\AppData\Roaming\npm-cache\_logs20-09-09T07_20_32_049Z-debug.log
当前验证结果。
- ssh 主机名@端口
→ 确定
- git 克隆 git+ssh://git@IP 地址:Gitbucketport/root/modulename.git
→ 确定
但是,我对一件事很好奇。
- 我重新安装了 OpenSSH。
- git 克隆上的指纹现在是 ecdsa。
- git 克隆上的指纹与服务器上 ssh_host_ecdsa_key.pub 中的指纹不匹配。
请帮帮我。谢谢。
更新您的本地 known_hosts 文件:
ssh-keyscan -t rsa server.com >>~/.ssh/known_hosts
我想从我在 windows 服务器上构建的 Gitbucket 获取模块。
但是当我使用 npm install
.
npm ERR! Error while executing:
npm ERR! C:\Users\~~~~\AppData\Local\Programs\Git\cmd\git.EXE ls-remote -h -t
ssh://git@IPaddress:Gitbucketport/root/modulename.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
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\~~~~\AppData\Roaming\npm-cache\_logs20-09-09T07_20_32_049Z-debug.log
当前验证结果。
- ssh 主机名@端口
→ 确定 - git 克隆 git+ssh://git@IP 地址:Gitbucketport/root/modulename.git
→ 确定
但是,我对一件事很好奇。
- 我重新安装了 OpenSSH。
- git 克隆上的指纹现在是 ecdsa。
- git 克隆上的指纹与服务器上 ssh_host_ecdsa_key.pub 中的指纹不匹配。
请帮帮我。谢谢。
更新您的本地 known_hosts 文件:
ssh-keyscan -t rsa server.com >>~/.ssh/known_hosts