Forgejo push mirror error #1
Loading…
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?
Forgejo's automatic push mirrors error out with the error
push failed: No user exists for uid 568.Manually creating a user with the id 568 (
adduser -D -u 568 apps -s /sbin/nologin) inside the container works, but is lost on container restart.See https://github.com/truenas/apps/issues/4546