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
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.