I m getting this message when I try to pull or to push my commits using IntelliJ :
"Failed to start Git process"
In the settings of my IntelliJ I linked the git binary folder as this : C:\Program Files\Git\bin\git.exe and when I click on "Test" it says the following :
Git executed successfully Git version is 2.9.0
However when I use the command line (using a terminal) to pull aord push it works correctly!
I consulted several links on the web to resolve my issue but without success I consulted this one too : Failed to start Git process