When I tried cloning from the remote, got the same issue repeatedly:
remote: Counting objects: 182, done. remote: Compressing objects: 100% (149/149), done. 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
remote: Counting objects: 182, done.
remote: Compressing objects: 100% (149/149), done.
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
Finally this is workworked for me:
git clone https://[email protected]/repositoryName.git --depth 1
git clone https://[email protected]/repositoryName.git --depth 1