构建Android的PaddlePaddle库在make的时候报错
Created by: yeyupiaoling
构建Android的PaddlePaddle库在make的时候报错,报错信息如下:
[ 3%] Performing download step (git clone) for 'extern_eigen3'
[ 5%] Built target extern_lib_any
[ 7%] Built target zlib
[ 9%] Built target extern_gflags
[ 11%] Built target extern_boost
Cloning into 'extern_eigen3'...
[ 14%] Built target protobuf_host
[ 14%] Performing download step (git clone) for 'extern_protobuf'
[ 17%] Built target extern_glog
Cloning into 'extern_protobuf'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Cloning into 'extern_protobuf'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Cloning into 'extern_eigen3'...
fatal: unable to access 'https://github.com/RLovelett/eigen.git/': GnuTLS recv error (-54): Error in the pull function.
Cloning into 'extern_eigen3'...
packet_write_wait: Connection to 180.76.52.212 port 22: Broken pipe
我一开始怀疑是使用git来clone的时候失败的,但是我单独git clone https://github.com/RLovelett/eigen.git
是可以克隆的