gpt4 book ai didi

node.js - AWS Beanstalk 通过 NPM 安装私有(private) Github 模块导致身份验证问题

转载 作者:太空宇宙 更新时间:2023-11-03 22:35:05 26 4
gpt4 key购买 nike

我需要通过 npm 在 AWS Beanstalk 实例上安装私有(private) github 模块。

我正在使用 Github 个人访问 token 通过 github 进行身份验证并访问存储库。

我的package.json列出了这样的依赖项:

"privatepackage": "git+https://jaf91ja9jasflkjasf98109asf10asdf:x-oauth-basic@github.com/user123/privatepackage.git"

但是,在 Beanstalk 上部署时出现以下错误:

npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! code 128
npm ERR! Command failed: git clone --template=/tmp/.npm/_git-remotes/_templates --mirror git@github.com...
npm ERR! Cloning into bare repository '/tmp/.npm/_git-remotes/git-github-com...
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.

最佳答案

我认为您的计算机上缺少 ssh key 并在 github 上添加了相同的 key 。

请查看generating-ssh-keys这可能会帮助您解决此问题。

关于node.js - AWS Beanstalk 通过 NPM 安装私有(private) Github 模块导致身份验证问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30701814/

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