Error in setting up environment for testing kernel patch for bugzilla report

I wanted to try the patch but I couldn’t even clone the kernel. I followed the Fedora Docs guide but I am facing an error while cloning.

[burakdede@fedora Documents]$ fedpkg clone --anonymous kernel
Cloning into 'kernel'...
remote: Enumerating objects: 7218, done.
remote: Counting objects: 100% (7218/7218), done.
remote: Compressing objects: 100% (5126/5126), done.
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Could not execute clone: Failed to execute command.

Note: this topic is a split from lbalhar/jedi-0180


This looks like a connection problem. Maybe check your Internet/network connection (at the best, reset it), do rm -r ~/Documents/kernel and try again.

My output is:

[user@fedora ~]$ fedpkg clone --anonymous kernel
Cloning into 'kernel'...
remote: Enumerating objects: 7218, done.
remote: Counting objects: 100% (7218/7218), done.
remote: Compressing objects: 100% (5126/5126), done.
remote: Total 91765 (delta 6604), reused 2091 (delta 2091), pack-reused 84547
Receiving objects: 100% (91765/91765), 126.99 MiB | 6.14 MiB/s, done.
Resolving deltas: 100% (58802/58802), done.

It worked with a VPN. Thanks.

1 Like