1

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

git clone https://procesttt@gitlab.com...

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
user2856064
  • 541
  • 1
  • 8
  • 25

1 Answers1

1

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"

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250