When IntelliJ Cannot Find Git (Cannot identify version of git executable: no response)

yangs.dev·
Problem
Suddenly, Git Pull stops working in IntelliJ...
It's like not being able to call your mother "mother".
Cause
I suspect the Git path broke while updating IntelliJ plugins.
Solution
- Check the Git binary path in the terminal as follows.
```
~ whereis git /usr/bin/git ~
2. Go to IntelliJ Settings -> Version Control -> Git -> Path to Git executable, change the path -> Test -> OK
