Closed
Description
Description
Since upgrading to 1.16.6, every push fails with the following error:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin master:master
fatal: credential-cache unavailable; no unix socket support
POST git-receive-pack (2733 bytes)
remote:
remote: Gitea: Internal Server Error
In docker console this is logged:
Failed to open repository: Git/Data Error: exit status 128 - fatal: unsafe repository ('/data/git/repositories/git/data.git' is owned by someone else)
Downgrading to 1.16.5 makes it work again. UI works in 1.16.6 and also allows me to browse the files in this repository (or any other, all have this push error).
Gitea Version
1.16.6
Can you reproduce the bug on the Gitea demo site?
No
How are you running Gitea?
Windows Server 2022 + Docker. Windows 10 + Docker has the same problem.