Code: Select all
ns ~ # emerge --sync slonko
>>> Syncing repository 'slonko' into '/var/db/repos/slonko'...
/usr/bin/git clone --depth 1 https://slonko.net/git/portage .
Cloning into '.'...
fatal: dumb http transport does not support shallow capabilities
!!! git clone error in /var/db/repos/slonko
fatal: not a git repository (or any of the parent directories): .gitI tried manually w/o --depth 1
Code: Select all
ns /var/db/repos/slonko # /usr/bin/git clone https://slonko.net/git/portage .
Cloning into '.'...
error: QUIC connection has been shut down (curl_result = 55, http_code = 0, sha1 = 18f8c91a523c3ecf2e35fdff414f177c6c8fe018)
error: Unable to find 18f8c91a523c3ecf2e35fdff414f177c6c8fe018 under https://slonko.net/git/portage
Fetching objects: 1107, done.
Cannot obtain needed blob 18f8c91a523c3ecf2e35fdff414f177c6c8fe018
while processing commit 68f0ffa52c4d73ef15a56894d710663fbb575e5d.
error: fetch failed.Code: Select all
ns /var/db/repos/slonko # eselect repository list -i
Available repositories:
[113] eras-overlay # (https://github.com/erayaslan/eras-overlay)
[146] gentoo @
[165] guru * (https://wiki.gentoo.org/wiki/Project:GURU)
[218] local @
[341] slonko * (https://slonko.net/portage)

