wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

Prevent jgit from creating configuration files in user home #801

Open spyrkob opened 1 week ago

spyrkob commented 1 week ago

When jgit is used to read/store server state, it tries to read or create configuration files in <USER_HOME>/.config/jgit and <USER_HOME>/.gitconfig. If those paths are not write-able, an exception is printed.

Those configuration files are not really needed for Prospero usage, replace the file-based configurations with in-memory ones.