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
In alcuni casi, viene lanciata la seguente eccezione :
2022-11-24 16:23:32.326 ERROR 1 --- [tributeWriter-2] org.eclipse.jgit.util.FS : Cannot save config file 'FileBasedConfig[/.config/jgit/config]'
java.io.IOException: Creating directories for /.config/jgit failed
at org.eclipse.jgit.util.FileUtils.mkdirs(FileUtils.java:412) ~[org.eclipse.jgit-5.13.0.202109080827-r.jar:5.13.0.202109080827-r]
at org.eclipse.jgit.internal.storage.file.LockFile.lock(LockFile.java:138) ~[org.eclipse.jgit-5.13.0.202109080827-r.jar:5.13.0.202109080827-r]
at org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:219) ~[org.eclipse.jgit-5.13.0.202109080827-r.jar:5.13.0.202109080827-r]
at org.eclipse.jgit.util.FS$FileStoreAttributes.saveToConfig(FS.java:740) ~[org.eclipse.jgit-5.13.0.202109080827-r.jar:5.13.0.202109080827-r]
at org.eclipse.jgit.util.FS$FileStoreAttributes.lambda$4(FS.java:426) ~[org.eclipse.jgit-5.13.0.202109080827-r.jar:5.13.0.202109080827-r]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
Contesto
Riscontrato in ambiente Dev
The text was updated successfully, but these errors were encountered:
in dev/ we fixed it setting XDG_CONFIG_HOME to a writable directory of the container. This should be better addressed via a suitable default value in the application.
Comportamento atteso
Viene clonato il repo
Comportamento attuale
In alcuni casi, viene lanciata la seguente eccezione :
Contesto
Riscontrato in ambiente Dev
The text was updated successfully, but these errors were encountered: