Replies: 1 comment 2 replies
-
Probably the files are owned by different user than running Weblate. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously, we migrated storage, and during this process, the person handling it accidentally deleted the Postgres Stateful Set. We then redeployed it with its current PVC. However, afterward, I encountered an alert saying, "Could not push the repository" with the following error log:
gunicorn stderr | weblate.vcs.base.RepositoryError: fatal: detected dubious ownership in repository at '/app/data/vcs/ipension-translation-de/glossary'
gunicorn stderr | To add an exception for this directory, call:
gunicorn stderr |
gunicorn stderr | git config --global --add safe.directory /app/data/vcs/ipension-translation-de/glossary
I tried running the git command directly on the Weblate pod, but it didn’t resolve the issue. Additionally, when I try to click "Repository maintenance," another error appears below.
Could you help me fix this problem? Thanks for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions