无论何时我运行
轨道
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。。。用手也能挂起来。
-
-
-
在运行rails-gfoo时,我发现很多关于目录不在git下的错误。可能有关系。
-
“lsof-i | grep github”显示以下内容:
git remot 11710 ber 8u IPv4 182786 0t0 TCP yasmine.fritz。box:42324->github。com:www (关闭\u等待)
所以看起来确实有联系,但什么都没有。
你知道我能做些什么来深入研究这个问题吗?我错过了一些自述吗?