git clone尝试多次 报错无法成功 error: RPC failed; result=35, HTTP code = 0
bash-4.2$ git clone https://github.com/xxxPytorch.git
Cloning into 'Pytorch'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
直接改成:
git clone git://github.com/xxx.git
即可解决