Permission denied on startup #2682
-
I used the bug template, because I originally intended to open a bug, but technically it's (likely) not a gitui bug. Describe the bug I'm trying to run I'm pretty sure that the docker image is not the issue because My guess is that gitui tries/does something during startup and fails, but I can't figure out what because I just get said permission error but not what the operation was that gitui tried to execute. Maybe some of the maintainers or people that know the source well could give me a hint. To Reproduce Expected behavior Context
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
OK I'm an idiot, I found it. I Should I create a bug for a better error message if the home directory isn't writeable or is that out of scope? |
Beta Was this translation helpful? Give feedback.
OK I'm an idiot, I found it.
I
strace
d it and saw that gitui tried to open the home directory to get the config and create it but the home directory wasn't properly accessible by the user inside the container, so gitui failed to access it. Inside vscode the home directory was different (long story) that's why it worked there.Should I create a bug for a better error message if the home directory isn't writeable or is that out of scope?