gpt4 book ai didi

git - 从私有(private) Bitbucket 安装 NPM 模块时主机 key 验证失败

转载 作者:行者123 更新时间:2023-12-03 16:51:43 26 4
gpt4 key购买 nike

我正在尝试从私有(private) Bitbucket 存储库安装 NPM 模块。

我可以成功运行npm install在我的系统上本地,但在服务器上失败。

错误是:

npm ERR! Error while executing:
npm ERR! /bin/git ls-remote -h -t ssh://git@bitbucket.org/myorg/my-repo.git
npm ERR!
npm ERR!
npm ERR! (ssh-askpass:10260): Gtk-WARNING **: cannot open display: :0.0
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

奇怪的是,手动克隆服务器上的 repo 可以正常工作:
git clone git@bitbucket.org:myorg/my-repo

因此 SSH key 配置正确。

最佳答案

这应该表明 npm 命令未使用与用于在服务器上手动克隆 repo 的帐户相同的帐户执行。

在那个 npm 帐户中,the ~/.known_hosts would need to be updated first .

关于git - 从私有(private) Bitbucket 安装 NPM 模块时主机 key 验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52883884/

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