gpt4 book ai didi

node.js - npm 安装错误 : "Host key verification failed."

转载 作者:行者123 更新时间:2023-12-01 23:48:34 25 4
gpt4 key购买 nike

我想从 Gitbucket 获取模块,它是我在 Windows 服务器上构建的。
但是当我使用 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\_logs\2020-09-09T07_20_32_049Z-debug.log

当前验证结果。

  • ssh 主机名@端口
    → 确定
  • git clone git+ssh://git@IPaddress:Gitbucketport/root/modulename.git
    → 确定

但是,我对一件事很好奇。

  1. 我重新安装了 OpenSSH。
  2. git 克隆上的指纹现在是 ecdsa。
  3. git 克隆上的指纹与服务器上 ssh_host_ecdsa_key.pub 中的指纹不匹配。

请帮帮我。谢谢。

最佳答案

更新本地 known_hosts 文件:

ssh-keyscan -t rsa server.com >>~/.ssh/known_hosts

关于node.js - npm 安装错误 : "Host key verification failed.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63806821/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com