java.lang.IllegalStateException: There is no ProgressIndicator or Job in this thread, the current job is not cancellable.
at com.intellij.openapi.progress.CoroutinesKt$runBlockingCancellable$1.invoke(coroutines.kt:128)
at com.intellij.openapi.progress.CoroutinesKt$runBlockingCancellable$1.invoke(coroutines.kt:126)
at com.intellij.openapi.progress.ContextKt.prepareThreadContext(context.kt:83)
at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:126)
at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:121)
at com.intellij.execution.wsl.WslIjentUtil.runProcessBlocking(WslIjentUtil.kt:62)
at com.intellij.execution.wsl.WSLDistribution.lambda$patchCommandLine$2(WSLDistribution.java:239)
at com.intellij.execution.configurations.GeneralCommandLine.createProcess(GeneralCommandLine.java:490)
at com.intellij.execution.configurations.GeneralCommandLine.startProcess(GeneralCommandLine.java:463)
at com.intellij.execution.configurations.GeneralCommandLine.createProcess(GeneralCommandLine.java:356)
at com.intellij.execution.process.OSProcessHandler.startProcess(OSProcessHandler.java:86)
at com.intellij.execution.process.OSProcessHandler.(OSProcessHandler.java:46)
at com.intellij.execution.process.KillableProcessHandler.(KillableProcessHandler.java:41)
at com.intellij.execution.process.KillableProcessHandler.(KillableProcessHandler.java:55)
at git4idea.commands.GitTextHandler$MyOSProcessHandler.(GitTextHandler.java:146)
at git4idea.commands.GitLineHandler$1.(GitLineHandler.java:143)
at git4idea.commands.GitLineHandler.createProcess(GitLineHandler.java:143)
at git4idea.commands.GitTextHandler.startProcess(GitTextHandler.java:76)
at git4idea.commands.GitHandler.start(GitHandler.java:469)
at git4idea.commands.GitHandler.runInCurrentThread(GitHandler.java:407)
at git4idea.commands.GitImplBase.doRun(GitImplBase.java:199)
at git4idea.commands.GitImplBase.run(GitImplBase.java:171)
at git4idea.commands.GitImplBase.runCommand(GitImplBase.java:62)
at git4idea.config.GitConfigUtil.getValue(GitConfigUtil.java:82)
at git4idea.config.GitConfigUtil.getValue(GitConfigUtil.java:75)
at gitflow.GitflowConfigUtil.lambda$update$2(GitflowConfigUtil.java:82)
at com.intellij.openapi.application.impl.RwLockHolder$executeOnPooledThread$1.run(RwLockHolder.kt:154)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
idea version: 2024.1