got an error "warning: unable to access '/home/wikijs/.config/git/ignore': Permission denied" #7873
Unanswered
salimbdev
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
When running Wiki.js on Linux under the
wikijsuser, internal Git commits fail with:warning: unable to access '/home/wikijs/.config/git/ignore': Permission deniedThe
.config/git/ignorefile and its parent directory/home/wikijshave correct permissions, but Wiki.js still reports the file as inaccessible in the interface.Despite the file being readable and writable by the
wikijsuser, the warning persists and effectively blocks internal Git commits, even though the repository and files themselves are fully accessible.If anyone has encountered this problem or has any ideas, I'd appreciate it. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions