Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Can't start git: git.exe" warning pop-up message in PyCharm 5.0.2

Any idea how to permanently suppress this (regularly appearing) PyCharm 5.0.2 warning message, since I'm 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 specify where git.exe is located, then PyCharm wants to rule my VCS, but this isn't desireable.

like image 774
Oleg Melnikov Avatar asked Nov 22 '15 20:11

Oleg Melnikov


1 Answers

figured it out... In Settings | Version Control: delete (unregister) project's root directory (select directory line and click "-" button). enter image description here

like image 61
Oleg Melnikov Avatar answered Nov 15 '22 04:11

Oleg Melnikov