Bug: git push wordt geweigerd (code.overheid.nl / Forgejo) #61
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Prio - Hoog
Prio - Laag
Prio - Middel
styling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MinBZK/Codeplatform#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Impact: geen enkele push slaagt (instance-breed). Clone/fetch werkt wel.
Fout bij elke push:
error: remote unpack failed: unable to create temporary object directory
! [remote rejected] -> (unpacker error)
Bewijs dat het server-side is: - Vers leeg repo → push naar een willekeurige repo faalt identiek (dus niet onze repo/pack). - Zelfde commits pushen wél naar een andere Forgejo (dus client/machine/netwerk OK). - ls-remote/fetch op code.overheid werkt (SSH-auth + read OK); alleen push faalt.
Vermoedelijke oorzaak: git-receive-pack kan geen tijdelijke object-dir aanmaken. Meestal: schijf vol of inodes op op het Forgejo-datavolume; anders read-only remount of perms op objects/.
Volgende dag in de middag was dit op gelost