Reputation: 21
There is a problem with git integration in my Java project in Intellij. When I try to perform a commit, it doesn't matter if I changed anything, there is always the same message: "No changes detected". Moreover, when I try to pull something, there is no action whatsoever. In Version Control tab in Intellij, there is only one message: "Default updating...".
However, when I'm using git bash, everything is working as it is supposed to be. What might be the problem here?
Upvotes: 2
Views: 1474
Reputation: 7558
The stuck-in-updating symptom looks similar to the corrupted update - see https://youtrack.jetbrains.com/issue/IDEA-178309.
If it happened after an update, this is probably it. Check the logs, probably the ClassNotFound exception will be there. If so, make a clean install
Upvotes: 1