Hey I have a shell script that git clone a repo in one of its steps,
But I noticed that git clone fails ramdomly, do we have anyway to retry when such random issue occur?
git clone https://xxxxxx.git
Cloning into 'xxxx'...
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed