Git integration in PyCharm not detecting changes
Answered
PyCharm Version: 2017.2.3
Build: PY-172.3968.37
I've been having a problem with PyCharm Git integration not recognizing changes in my project. The git tools recognize the changes from command-line execution. After researching the issue and solutions extensively I still can resolve it. I've done the following to try to fix it:
- Recreate the Git project under control of PyCharm.
- Destroyed the project and cloned it again from Github
- Created a new project, populated it, and synchronized it with Github under command-line git tools
- Check the VCS configuration under Pycharm setup, looking for errors
As you've requested in the past, I've included a screenshot of the PyCharm settings as well as the idea.logs

https://drive.google.com/drive/folders/0B0nfM4saSWy6eXdnaTJValB5ckE?usp=sharing
Please sign in to leave a comment.
Your installation seems corrupted, most likely it happened during an update. See https://youtrack.jetbrains.com/issue/IDEA-178309
Please make a clean install to solve the issue.
That appears to have resolved it. Thanks.