Skip to main content
fixed formatting
Source Link
Vadim Kotov
  • 8.3k
  • 8
  • 51
  • 63

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

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

Finally this is work for me

git clone https://[email protected]/repositoryName.git --depth 1

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

Finally this worked for me:

git clone https://[email protected]/repositoryName.git --depth 1
Source Link

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

Finally this is work for me

git clone https://[email protected]/repositoryName.git --depth 1