-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration JGit folder #138
Comments
The exception on this method can be thrown when the folder we want to create already exists. So, this might not be a problem we need to configured. However, we could initialize this folder when the application starts so that it is done once. |
This error occurs when the system is unable to create the necessary directories to save the configuration file for JGit. JGit is a Java-based implementation of the Git version control system. The error message indicates that the directory "/****/.config/jgit" could not be created. This could be due to a permissions issue or a problem with the file system. |
When cloning the repository of plugins, we have the following error produced:
Because of this, probes are not executing properly.
The text was updated successfully, but these errors were encountered: