issues with cloning the game repository #141

Open
opened 2022-01-05 11:31:42 +01:00 by davidak · 1 comment

As the README says, there are issues with cloning the game repository.

[davidak@gaming:~/code]$ time git clone https://git.gieszer.link/unfa/liblast.git
Cloning into 'liblast'...
remote: Enumerating objects: 8361, done.
remote: Counting objects: 100% (8361/8361), done.
remote: Compressing objects: 100% (5456/5456), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 1470 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

real	14m9.332s
user	0m0.767s
sys	0m3.083s

It seem to be this upstream issue (#16055) that is fixed in Gitea 1.14.3.

Since this server is running Gitea 1.15.3, the issue should be fixed. But it is still reproducible. Maybe a new upstream issue is needed and an additional fix.

As the README says, there are issues with cloning the game repository. ``` [davidak@gaming:~/code]$ time git clone https://git.gieszer.link/unfa/liblast.git Cloning into 'liblast'... remote: Enumerating objects: 8361, done. remote: Counting objects: 100% (8361/8361), done. remote: Compressing objects: 100% (5456/5456), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 1470 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output real 14m9.332s user 0m0.767s sys 0m3.083s ``` It seem to be this upstream issue ([#16055](https://github.com/go-gitea/gitea/issues/16055)) that is fixed in Gitea [1.14.3](https://github.com/go-gitea/gitea/pull/16131/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR23). Since this server is running Gitea 1.15.3, the issue should be fixed. But it is still reproducible. Maybe a new upstream issue is needed and an additional fix.

So far it seesm the best idea would be to migrate the project to Codeberg, which is a comunity-driven public Gitea instance.

I have constant reports from people being unable to clone this repository.
There's a slow connection issue, and I guess something is timing out during cloning, causing early EOF. not sure what that is.

So far it seesm the best idea would be to migrate the project to Codeberg, which is a comunity-driven public Gitea instance. I have constant reports from people being unable to clone this repository. There's a slow connection issue, and I guess something is timing out during cloning, causing early EOF. not sure what that is.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unfa/liblast#141
There is no content yet.