Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install torch7 failed: "Clone of 'https://github.com/torch/luajit-rocks.git' into submodule path 'exe/luajit-rocks' failed" #95

Open
n080509 opened this issue Apr 23, 2016 · 3 comments

Comments

@n080509
Copy link

n080509 commented Apr 23, 2016

i want to install torch7,following "https://github.com/torch/distro"
use the command "git clone https://github.com/torch/distro.git ~/torch --recursive"
but its failed "Clone of 'https://github.com/torch/luajit-rocks.git' into submodule path 'exe/luajit-rocks' failed"

the log is here
"root@117:~# git clone https://github.com/torch/distro.git ~/torch --recursive
Cloning into '/home/slave117/torch'...
remote: Counting objects: 892, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 892 (delta 6), reused 0 (delta 0), pack-reused 878
Receiving objects: 100% (892/892), 131.53 KiB | 0 bytes/s, done.
Resolving deltas: 100% (535/535), done.
Checking connectivity... done.
Submodule 'exe/env' (https://github.com/torch/env.git) registered for path 'exe/env'
Submodule 'exe/luajit-rocks' (https://github.com/torch/luajit-rocks.git) registered for path 'exe/luajit-rocks'
Submodule 'exe/qtlua' (https://github.com/torch/qtlua.git) registered for path 'exe/qtlua'
Submodule 'exe/trepl' (https://github.com/torch/trepl.git) registered for path 'exe/trepl'
Submodule 'extra/argcheck' (https://github.com/torch/argcheck.git) registered for path 'extr a/argcheck'
Submodule 'extra/audio' (https://github.com/soumith/lua---audio.git) registered for path 'ex tra/audio'
Submodule 'extra/cudnn' (https://github.com/soumith/cudnn.torch.git) registered for path 'ex tra/cudnn'
Submodule 'extra/cunn' (https://github.com/torch/cunn.git) registered for path 'extra/cunn'
Submodule 'extra/cunnx' (https://github.com/nicholas-leonard/cunnx.git) registered for path 'extra/cunnx'
Submodule 'extra/cutorch' (https://github.com/torch/cutorch.git) registered for path 'extra/ cutorch'
Submodule 'extra/fftw3' (https://github.com/soumith/fftw3-ffi.git) registered for path 'extr a/fftw3'
Submodule 'extra/graph' (https://github.com/torch/graph) registered for path 'extra/graph'
Submodule 'extra/graphicsmagick' (https://github.com/clementfarabet/graphicsmagick.git) regi stered for path 'extra/graphicsmagick'
Submodule 'extra/lua-cjson' (https://github.com/mpx/lua-cjson) registered for path 'extra/lu a-cjson'
Submodule 'extra/luaffifb' (https://github.com/facebook/luaffifb) registered for path 'extra /luaffifb'
Submodule 'extra/luafilesystem' (https://github.com/keplerproject/luafilesystem.git) registe red for path 'extra/luafilesystem'
Submodule 'extra/nn' (https://github.com/torch/nn.git) registered for path 'extra/nn'
Submodule 'extra/nngraph' (https://github.com/torch/nngraph) registered for path 'extra/nngr aph'
Submodule 'extra/nnx' (https://github.com/clementfarabet/lua---nnx.git) registered for path 'extra/nnx'
Submodule 'extra/penlight' (https://github.com/stevedonovan/Penlight.git) registered for pat h 'extra/penlight'
Submodule 'extra/sdl2' (https://github.com/torch/sdl2-ffi.git) registered for path 'extra/sd l2'
Submodule 'extra/signal' (https://github.com/soumith/torch-signal.git) registered for path ' extra/signal'
Submodule 'extra/threads' (https://github.com/torch/threads-ffi.git) registered for path 'ex tra/threads'
Submodule 'pkg/cwrap' (https://github.com/torch/cwrap.git) registered for path 'pkg/cwrap'
Submodule 'pkg/dok' (https://github.com/torch/dok.git) registered for path 'pkg/dok'
Submodule 'pkg/gnuplot' (https://github.com/torch/gnuplot.git) registered for path 'pkg/gnup lot'
Submodule 'pkg/image' (https://github.com/torch/image.git) registered for path 'pkg/image'
Submodule 'pkg/optim' (https://github.com/torch/optim.git) registered for path 'pkg/optim'
Submodule 'pkg/paths' (https://github.com/torch/paths.git) registered for path 'pkg/paths'
Submodule 'pkg/qttorch' (https://github.com/torch/qttorch.git) registered for path 'pkg/qtto rch'
Submodule 'pkg/sundown' (https://github.com/torch/sundown-ffi.git) registered for path 'pkg/ sundown'
Submodule 'pkg/sys' (https://github.com/torch/sys.git) registered for path 'pkg/sys'
Submodule 'pkg/torch' (https://github.com/torch/torch7.git) registered for path 'pkg/torch'
Submodule 'pkg/xlua' (https://github.com/torch/xlua.git) registered for path 'pkg/xlua'
Cloning into 'exe/env'...
remote: Counting objects: 19, done.
remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19
Unpacking objects: 100% (19/19), done.
Checking connectivity... done.
Submodule path 'exe/env': checked out '40d6fa037e52dca9eab161ab8f1e5496a52c3c1e'
Cloning into 'exe/luajit-rocks'...
remote: Counting objects: 2313, done.
remote: Total 2313 (delta 0), reused 0 (delta 0), pack-reused 2313
error: RPC failed; result=56, HTTP code = 200 | 14.00 KiB/s
Receiving objects: 100% (2313/2313), 7.31 MiB | 15.00 KiB/s, done.
Resolving deltas: 100% (1362/1362), done.
Clone of 'https://github.com/torch/luajit-rocks.git' into submodule path 'exe/luajit-rocks' failed
"

@Anna0918
Copy link

so how did you fix that?

@n080509
Copy link
Author

n080509 commented Sep 20, 2016

Yes I fix it

发件人: 陈亚男 [mailto:[email protected]]
发送时间: 2016年9月19日 22:16
收件人: torch/distro
抄送: Gongxiangyu; Author
主题: Re: [torch/distro] install torch7 failed: "Clone of 'https://github.com/torch/luajit-rocks.git' into submodule path 'exe/luajit-rocks' failed" (#95)

so how did you fix that?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/95#issuecomment-248005364, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARw2gsnI_DiW3uFa6DUi8_NePl_d-yqjks5qrpkFgaJpZM4IOIC6.

@FLOWERCLOUD
Copy link

the network is unstable ,so use the following command to continue downloading
git submodule update --init --recursive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants