You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the application is executed with no home directory available in the environment (i.e. no value for $HOME), then the application fails to initialize properly.
Instead, it exits abnormally, with exit code of 1, after printing the following errors message:
<timestamp> ...dules/setting/ssh.go:110:loadSSHFrom() [F] Failed to get home directory: cannot get home directory
The application should not interact with the user-specific configuration.
Description
When the application is executed with no home directory available in the environment (i.e. no value for
$HOME
), then the application fails to initialize properly.Instead, it exits abnormally, with exit code of 1, after printing the following errors message:
The application should not interact with the user-specific configuration.
The issue may be related to #25102.
Gitea Version
1.20.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Linux (CentOS)
How are you running Gitea?
Prebuilt binaries for Linux AMD-64.
Database
MySQL
The text was updated successfully, but these errors were encountered: