Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloning a repo at bitbucket.org

Tags:

git

bitbucket

I'm trying to clone a forked repo at bitbucket.org but I come up with this error:

error: RPC failed; result=
fatal: The remote end hung
fatal: early EOF
fatal: index-pack failed

I don't understand this error, those anyone has an idea of this error, and what should I do to avoid this error so my cloning succeed?

like image 992
Lizza Faith Avatar asked Nov 03 '22 12:11

Lizza Faith


1 Answers

I had the same issue with the same error message while cloning a repository that was 1.5 GB. I solved it by changing the way of cloning from HTTPS to SSH. SSH worked.

The steps are intimidating but just take it a step at a time.

like image 71
bsautner Avatar answered Nov 07 '22 21:11

bsautner