liangyong928 commented on issue #19897:
URL: 
https://github.com/apache/incubator-mxnet/issues/19897#issuecomment-779770394


   @yajiedesign 我用git clone --recursive 
https://github.com/apache/incubator-mxnet mxnet重新获取源码,或者用git submodule update 
--init 
--recursive重新获取第三方,都是有几个第三方(mkldnn、nvidia_cub、tvm)没有成功。clone成功的目录下面也只有.git文件。
   git submodule update --init --recursive
   Cloning into 'D:/study/mxnet/3rdparty/mkldnn'...
   error: 1282 bytes of body are still expected
   fetch-pack: unexpected disconnect while reading sideband packet
   fatal: early EOF
   fatal: index-pack failed
   fatal: clone of 'https://github.com/oneapi-src/oneDNN.git' into submodule 
path 'D:/study/mxnet/3rdparty/mkldnn' failed
   Failed to clone '3rdparty/mkldnn'. Retry scheduled
   Cloning into 'D:/study/mxnet/3rdparty/nvidia_cub'...
   error: 2461 bytes of body are still expected
   fetch-pack: unexpected disconnect while reading sideband packet
   fatal: early EOF
   fatal: index-pack failed
   fatal: clone of 'https://github.com/NVlabs/cub.git' into submodule path 
'D:/study/mxnet/3rdparty/nvidia_cub' failed
   Failed to clone '3rdparty/nvidia_cub'. Retry scheduled
   Cloning into 'D:/study/mxnet/3rdparty/tvm'...
   error: 865 bytes of body are still expected
   fetch-pack: unexpected disconnect while reading sideband packet
   fatal: early EOF
   fatal: index-pack failed
   fatal: clone of 'https://github.com/apache/incubator-tvm.git' into submodule 
path 'D:/study/mxnet/3rdparty/tvm' failed
   Failed to clone '3rdparty/tvm'. Retry scheduled
   Cloning into 'D:/study/mxnet/3rdparty/mkldnn'...
   error: 355 bytes of body are still expected
   fetch-pack: unexpected disconnect while reading sideband packet
   fatal: early EOF
   fatal: index-pack failed
   fatal: clone of 'https://github.com/oneapi-src/oneDNN.git' into submodule 
path 'D:/study/mxnet/3rdparty/mkldnn' failed
   Failed to clone '3rdparty/mkldnn' a second time, aborting
   
   
![image](https://user-images.githubusercontent.com/32471537/108055951-9f481b00-708b-11eb-8923-1a074a98531c.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to