gpt4 book ai didi

git - 如何解决 npm install 中的身份验证错误?

转载 作者:行者123 更新时间:2023-12-04 13:47:19 26 4
gpt4 key购买 nike

在我的 package.json 中,我有一个名为 somerepo.git 的私有(private)仓库。现在我通过 maven 在 buildserver(bamboo) 上运行 npm install 并收到此错误:

[ERROR] npm ERR! Command failed: git clone --template=/var/home/ci/.npm/_git-remotes/_templates --mirror https://somerepo.git
[ERROR] npm ERR! fatal: Authentication failed for https://somerepo.git

如何解决存储库的身份验证?

最佳答案

如果可以,您应该:

  • 通过 ssh 访问私有(private)仓库
  • 使用部署或 trusted key您注册到您的 Git 远程托管服务器,以允许您的 CI 服务器访问它。
  • 配置您的 .ssh/config 文件,以便 npm 使用正确的 key :请参阅“Is there a way to specify which ssh key should be used for npm install
  • 关于git - 如何解决 npm install 中的身份验证错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44224567/

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