"Cannot start git: git.exe" warning pop-up message in PyCharm 5.0.2

Any idea how to constantly suppress this (regularly appearing) PyCharm 5.0.2 warning since I am using Atlassian SourceTree 1.5.23.0 VCS with BitBucket (instead of PyCharm VCS add-in for BitBucket). OS: Windows 7, SP1. enter image description here

If I indicate where git.exe is located, then PyCharm wants to manage my VCS, but this is not desirable.

+5
source share
2 answers

figured it out ... In settings | Version control: delete (unregister) the root directory of the project (select the directory line and click the "-" button). enter image description here

+7
source

“Cannot run Git: git.exe” below this message, you can see “fix it”, click on it, it will ask you to follow the path where you installed git for me, look like this: c: \ Program Files \ Git \ cmd select this path that will work fine

0
source

Source: https://habr.com/ru/post/1236570/


All Articles