Git OpenStack Kilo DevStack安装失败noVNC问题

Git OpenStack Kilo DevStack安装失败noVNC问题,git,openstack,devstack,novnc,Git,Openstack,Devstack,Novnc,正在尝试在本地计算机上运行的VM(ubuntu 64位14.04.3桌面)上安装devstack(Kilo) 它会在安装过程中抛出一个git错误: 错误:RPC失败;结果=56,HTTP代码=200 | 0字节/秒 及 [错误]/home/[username]/devstack/functions common:605 git调用失败: [git clone/opt/stack/noVNC] 对于疑难解答,我执行了以下操作: git config--全局http.postBuffer 2000M

正在尝试在本地计算机上运行的VM(ubuntu 64位14.04.3桌面)上安装devstack(Kilo)

它会在安装过程中抛出一个git错误:

错误:RPC失败;结果=56,HTTP代码=200 | 0字节/秒

[错误]/home/[username]/devstack/functions common:605 git调用失败: [git clone/opt/stack/noVNC]

对于疑难解答,我执行了以下操作:

git config--全局http.postBuffer 2000M 及 git config pack.windowMemory 1500M

但它不起作用

我花了很多时间尝试安装,但它既耗时又令人沮丧。。有什么建议吗

有关更多错误详细信息,请参阅以下内容

+ NOVNC_FROM_PACKAGE=False
+ '[' False = True ']'
+ NOVNC_WEB_DIR=/opt/stack/noVNC
+ git_clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC master
+ local git_remote=https://github.com/kanaka/noVNC.git
+ local git_dest=/opt/stack/noVNC
+ local git_ref=master
+ local orig_dir
++ pwd
+ orig_dir=/home/[username]/devstack
+ local git_clone_flags=
++ trueorfalse False RECLONE
++ local xtrace
+++ set +o
+++ grep xtrace
++ xtrace='set -o xtrace'
++ set +o xtrace
+ RECLONE=False
+ [[ 0 -gt 0 ]]
+ [[ False = \T\r\u\e ]]
+ echo master
+ egrep -q '^refs'
+ [[ ! -d /opt/stack/noVNC ]]
+ [[ False = \T\r\u\e ]]
+ git_timed clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC
+ local count=0
+ local timeout=0
+ [[ -n 0 ]]
+ timeout=0
+ timeout -s SIGINT 0 git clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC
Cloning into '/opt/stack/noVNC'...
remote: Counting objects: 4946, done.
error: RPC failed; result=56, HTTP code = 200 | 0 bytes/s      
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
+ [[ 128 -ne 124 ]]
+ die 605 'git call failed: [git clone' https://github.com/kanaka/noVNC.git '/opt/stack/noVNC]'
+ local exitcode=0
+ set +o xtrace
[Call Trace]
./stack.sh:813:stack_install_service
/home/[username]/devstack/lib/stack:31:install_nova
/home/[username]/devstack/lib/nova:748:git_clone
/home/[username]/devstack/functions-common:539:git_timed
/home/[username]/devstack/functions-common:605:die
[ERROR] /home/[username]/devstack/functions-common:605 git call failed: [git clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC]
Error on exit
World dumping... see /opt/stack/logs/worlddump-2015-10-29-012838.txt for details
我创建了一个文件夹“/opt/stack/noVNC”,并从其中的git手动下载了noVNC文件。。()

再次运行./devstack并完成devstack安装/设置

谢谢