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.
If I indicate where git.exe is located, then PyCharm wants to manage my VCS, but this is not desirable.
figured it out ... In settings | Version control: delete (unregister) the root directory of the project (select the directory line and click the "-" button).
“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
Source: https://habr.com/ru/post/1236570/More articles:How can I use the Permissionsdispatcher library for new Android M runtime permissions? - javaCaching a computed value as a constant in TensorFlow - pythonUsing the Arrow operator in Haxe and other variable type issues - haxeSwitching two types to a list of types - c ++Using Derived class with std :: shared_ptr base class - c ++C ++: change string by index - c ++program works on transition, but does not work - javaFolding a DataFrame multi-index for regression - pythonUnique objects inside the Swift array - arraysLambda Gateway API Response - lambdaAll Articles