user2856064
user2856064

Reputation: 553

errno 10054 while cloning the repositorium in git from gitlab

I am trying to clone the repositorium in git from gitlab. The command, which I am using is:

git clone https://[email protected]...

Unfortunately I have got something like this:

Cloning into 'testDemo'...
remote: Counting objects: 15529, done.
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header

I am using Windows 10 and git bash. Thank you for the answer. Git version:

git version 2.10.1.windows.1

Upvotes: 1

Views: 2356

Answers (1)

VonC
VonC

Reputation: 1324347

Make sure to:

You have other causes (firewall..) liste here for error 10054 .
And I propose some diagnostic helpers in "Unknown SSL protocol error in connection"

Upvotes: 1

Related Questions