-
Notifications
You must be signed in to change notification settings - Fork 459
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
AccessDeniedException in MinGW/ GitBash #410
Comments
I'm sure this was caused by #407. Upgrading jgit fixed some problems, but created this one. Fixing this will probably require a fix in the upstream jgit. |
The bug above has a fix which has been merged, but not released. @basil also encountered a jgit bug on NFS (linked above), and that bug has also been fixed but not yet in a released version. The workaround that @basil found is this:
To go back to the jgit from spotless |
I'll give it a try. Thanks in advance. |
* Spring Boot forward to 2.2.0.M5 * Drop back to jgit 5.3.2 b/c of unresolved conflict that appears on startup only due to Git bash issue on Windows; see diffplug/spotless#410 (comment)
Fixed in |
When running gradle build/ spotlessCheck an AccessDeniedException occurs with 3.23.1:
It does not occur with 3.22.0
gradle version: Gradle 4.0
operating system and version Windows 10 amd64
special feature: running from MinGW/ GitBash
The text was updated successfully, but these errors were encountered: