gpt4 book ai didi

git - Rails "script/plugin"安装 http ://github. com...git 卡在 'git pull'

转载 作者:太空狗 更新时间:2023-10-29 14:30:51 25 4
gpt4 key购买 nike

每当我运行 rails 脚本/插件安装以使用 git 安装插件时,它从 github 中“挂起”。

$ script/plugin -v install http://github.com/ryanstout/blog_kit.git

它“挂起”。 -v 给我以下输出:

Plugins will be installed using http
git init
Initialized empty Git repository in /home/XXX/vendor/plugins/blog_kit/.git/
git pull --depth 1 http://github.com/ryanstout/blog_kit.git

这就是它挂起的地方。 ('XXX'是我在这个输出中编辑的)

当我使用 ^C 中断该命令并手动运行 'git pull --depth 1 ... 时,它也挂起。

  1. 我可以很好地克隆该存储库:网络似乎不是问题。
  2. git 在我的道路上。
  3. 当运行 rails -g foo 时,我收到很多关于目录不在 git 下的错误。大概有关系。
  4. 'lsof -i | grep github' 显示以下内容:

    git-remot 11710 ber 8u IPv4 182786 0t0 TCP yasmine.fritz.box:42324->github.com:www (CLOSE_WAIT)git-remot 11710 ber 9u IPv4 182798 0t0 TCP yasmine.fritz.box:42325->github.com:www (CLOSE_WAIT)git 11712 ber 8u IPv4 182786 0t0 TCP yasmine.fritz.box:42324->github.com:www (CLOSE_WAIT)

    所以看起来确实存在连接,但没有任何东西被 pull 入。

我可以做些什么来更深入地研究这个问题?我错过了一些自述文件吗?

最佳答案

感谢ewall ,我找到了答案。

代替:

脚本/插件 -v 安装 http://github.com/ryanstout/blog_kit.git

使用

脚本/插件 -v 安装 git://github.com/ryanstout/blog_kit.git

关于git - Rails "script/plugin"安装 http ://github. com...git 卡在 'git pull',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3151471/

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