EN
Git - clone project error under Mac OS (error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2))
1
answers
5
points
What does the following error mean?
Last login: Sun Oct 31 19:25:24 on ttys000
matt@iMac-admin projects % git clone https://gitlab.com/mattXYZ/gallery.git
Cloning into 'gallery'...
remote: Enumerating objects: 1784, done.
remote: Counting objects: 100% (1784/1784), done.
remote: Compressing objects: 100% (1310/1310), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
matt@iMac-admin projects %
1 answer
7
points
Rerun git clone command - it looks like you have lost connection
0 comments
Add comment