Notification "Git is not installed" but it actually is.

已回答

Hi.
I'm a bit confused about the notication in IJ “Git is not installed”. In Settings > Version Control > Git, there is a exe configured and Test button figures out the version.
Where is that coming from?
brgs
L


IntelliJ IDEA 2026.1.1
Build #IU-261.23567.138, built on April 23, 2026
Source revision: a789291cd24df
Licensed to …
Subscription is active until February 15, 2027.
Runtime version: 25.0.2+1-b329.117 amd64137.0.17-261-b81
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0
Exception reporter ID: 061224167bc0fd7-4e7e-4db0-b230-ebea8ddba9f9
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 20
Registry:
 vcs.log.index.enable=true
 ide.experimental.ui=true
 trace.state.event.service.url=https://api.jetbrains.cloud/trace-status
Non-Bundled Plugins:
 JavaScript (261.23567.138)
 com.intellij.java (261.23567.138)
 org.jetbrains.completion.full.line (261.23567.160)
 com.intellij.spring (261.23567.176)
 Subversion (261.23567.176)
 org.intellij.plugins.hcl (261.23567.28)
 com.jetbrains.plugins.ini4idea (261.22158.185)
 com.intellij.wiremock (261.1.0)
 de.achimonline.ansible_lint (1.12.0)
 Batch Scripts Support (1.0.13)
 com.github.xepozz.gitattributes (2026.1.0)
 ru.sadv1r.ansible-vault-editor-idea-plugin (1.22)
 PerforceDirectPlugin (261.23567.28)
 com.intellij.mcpServer (261.23567.174)
 PlantUML integration (7.14.0-IJ2023.2)
 PythonCore (261.23567.138)
 com.github.deeepamin.gitlabciaid (2.0.0)
 Pythonid (261.23567.138)
 org.jetbrains.kotlin (261.23567.138-IJ)
 com.jetbrains.php (261.23567.28)
 org.jetbrains.plugins.node-remote-interpreter (261.23567.143)
 io.k6.ide.plugin (1.6.0)
 com.intellij.spring.websocket (261.22158.182)
 com.intellij.bigdatatools.kafka (253.25910.1)
 org.sonarlint.idea (12.2.0.84584)
 org.mapstruct.intellij (1.9.1)
 com.github.copilot (1.8.2-243)
 EclipseCodeFormatter (23.5.241.000.0-Eclipse_2024-09)
 CheckStyle-IDEA (26.6.0)
 com.fapiko.jetbrains.plugins.better_direnv (1.4.0)
 org.asciidoctor.intellij.asciidoc (0.45.4)
Kotlin: 261.23567.138-IJ
 

0

Is your project located on a network drive, or on WSL, or is it a regular project on your local file system?

Also, could you please enable debug logging by adding the following lines to Help > Diagnostic Tools > Debug Log Settings..:

git4idea.commands.GitHandler
time.git4idea
com.intellij.execution.configurations.GeneralCommandLine

restart IDE, reproduce the issue again and share your IDE logs (Help > Collect Logs and Diagnostic Data)?
Logs contain useful information about your environment and potentially some errors/exceptions related to the issue.

0

请先登录再写评论。