代码之家  ›  专栏  ›  技术社区  ›  berkes

Rails“脚本/插件”安装http://github.com…git挂在“git pull”上

  •  2
  • berkes  · 技术社区  · 14 年前

    无论何时我运行 轨道 script/plugin install使用git安装插件,从github“挂起”。

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

    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'由我在这个outout中编辑)

    当我打断命令的时候 ^C级 ,然后运行“git pull--depth 1。。。用手也能挂起来。

    1. 在运行rails-gfoo时,我发现很多关于目录不在git下的错误。可能有关系。
    2. “lsof-i | grep github”显示以下内容:

      git remot 11710 ber 8u IPv4 182786 0t0 TCP yasmine.fritz。box:42324->github。com:www (关闭\u等待)

      所以看起来确实有联系,但什么都没有。

    你知道我能做些什么来深入研究这个问题吗?我错过了一些自述吗?

    1 回复  |  直到 14 年前
        1
  •  6
  •   Community Navdeep Singh    7 年前

    感谢 ewall

    而不是:

    脚本/插件-v安装 http协议 http://github.com/ryanstout/blog\u kit.git

    使用

    脚本/插件-v安装 http://github.com/ryanstout/blog\u kit.git