Nicholas
Nicholas

Reputation: 576

PyCharm fails to start git process

Since applying the Windows 10 anniversary update, Pycharm (2016.2.3) cannot complete any git commands using the GUI. Fetch, pull, commit, etc. all throw an error "Failed to start Git process". The same commands typed into the terminal within PyCharm run without any issue. Here are my Pycharm Git settings:

PyCharm git settings

Testing the path to the Git executable appears to work correctly. Re-installing both PyCharm and git has not helped. As per this answer: Failed to start Git process I have tried clearing the cache and restarting to no avail.

Upvotes: 1

Views: 2267

Answers (1)

Vampire
Vampire

Reputation: 38734

After it happened, click on the status line to show the event log and see if something is there and also look in the lower right corner of the IDE if there is a red bubble showing errors and finally got to Help -> Show Log in Explorer and review the idea.log for errors. If any of these locations shows more helpful info and you are not able to resolve it yet, post it here.

Upvotes: 1

Related Questions