Failed to start Git process

前端 未结 1 527
借酒劲吻你
借酒劲吻你 2021-01-19 10:58

I tried to push to Bitbucket with PhpStorm but is send to me an error message like this: Failed to start Git process. Yesterday it worked but now something is w

相关标签:
1条回答
  • 2021-01-19 11:15

    This sounds like your system (or you) updated the Git executable and PhpStorm is now unable to locate or access it. I also got the same error after updating Git while PhpStorm tried to show the version history.

    Your Git settings inside PhpStorm should look similar to this:

    As you can see, the path to the Git executable is /use/local/bin/git which should be standard for all Unix-based systems. Please verify, that there is an executable in the field. If yes, click the test button and PhpStorm will tell you what's wrong with the file.

    Also try to clear the caches and restart PhpStorm with the Invalidate Caches/Restart option under the File menu.

    0 讨论(0)
提交回复
热议问题