gpt4 book ai didi

git - npm 安装 - git 问题

转载 作者:太空狗 更新时间:2023-10-29 13:51:43 26 4
gpt4 key购买 nike

我在使用以下命令时遇到问题。我发布到 steroids.js 论坛,但这似乎更像是一个通用的 git 问题。所有在 url 上带有前导“git@”的 repo 都失败了。

命令

npm install steroids -g

错误

npm ERR! git clone https://git@github.com/AppGyver/incubator-ripple.git Cloning into bare repository '/Users/kbaker/.npm/_git-remotes/https-git-github-com-AppGyver-incubator-ripple-git-2c417fa2'...
npm ERR! git clone https://git@github.com/AppGyver/incubator-ripple.git

npm ERR! git clone https://git@github.com/AppGyver/ios-sim.git
npm ERR! git clone https://git@github.com/AppGyver/ios-sim.git fatal: Unable to look up git@github.com (port 9418) (nodename nor servname provided, or not known)
npm ERR! Error: Command failed: fatal: Unable to look up git@github.com (port 9418) (nodename nor servname provided, or not known)

我下载了以下 npm 包的 github 存储库,调整了 packages.json 文件以使用不会失败的存储库 url,但我仍然收到有关丢失包的错误。

我试过更新 npm 和 git 命令。这可能与我正在运行 zsh 这一事实有关吗?

想法?

最佳答案

您的克隆网址不正确。您正在使用:

https://git@github.com/AppGyver/incubator-ripple.git

要么使用ssh:

git@github.com:AppGyver/incubator-ripple.git

或 https:

https://github.com/AppGyver/incubator-ripple.git

但不是两者都是

关于git - npm 安装 - git 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24276026/

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