I’m getting the following message after update gitlab to version 15, in Windows gitlab-runner.
"
11Initialized empty Git repository in C:/GitLab-Runner/builds/RUNNER-74/1/4984/APP1/.git/
12Created fresh repository.
13error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
14error: 21841 bytes of body are still expected
15fetch-pack: unexpected disconnect while reading sideband packet
16fatal: early EOF
17fatal: fetch-pack: invalid index-pack output
19Cleaning up project directory and file based variables00:00
21ERROR: Job failed: exit status 1
"
It’s occurring in windows environments in git clone command too, in more than one machine, and its intermitantly. That’s the output from git clone command:
"
Cloning into ‘caucoes’…
remote: Enumerating objects: 3512, done.
remote: Counting objects: 100% (372/372), done.
remote: Compressing objects: 100% (272/272), done.
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
error: 3500 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
"