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?
xxxxxxxxxx
1
Last login: Sun Oct 31 19:25:24 on ttys000
2
matt@iMac-admin projects % git clone https://gitlab.com/mattXYZ/gallery.git
3
Cloning into 'gallery'...
4
remote: Enumerating objects: 1784, done.
5
remote: Counting objects: 100% (1784/1784), done.
6
remote: Compressing objects: 100% (1310/1310), done.
7
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
8
fatal: the remote end hung up unexpectedly
9
fatal: early EOF
10
fatal: index-pack failed
11
matt@iMac-admin projects %
1 answer
7 points
Rerun git clone
command - it looks like you have lost connection
0 commentsShow commentsAdd comment