git clone error: RPC failed; result=35, HTTP code = 0 fatal: The remote end hung up unexpectedly

报错内容

git clone https://github.com/kiwenlau/hadoop-cluster-docker
Cloning into ‘echo-nginx-module’…
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly

解决办法,将https//xxx 修改为git//xxx
如:
git clone git://github.com/kiwenlau/hadoop-cluster-docker

上一篇:Java的浅拷贝与深拷贝总结


下一篇:torch安装