Teamcity: failed to check agent: failed to start git along the path C: \ Program Files (x86) \ Git \ bin \ sh.exe

When I run my build, it fails with an error:

Failed to perform checkout on agent: Unable to run git at path C:\Program Files (x86)\Git\bin\sh.exe

The path is correct, I can run the file, and Teamcity uses my account.

Somewhere I need to install additional credentials or run the service with administrator rights?

I am running on Windows 8.

+4
source share
2 answers

The path is right, but TeamCity wants to execute git.exe, not sh.exe.

+3
source

I had a similar error.

, Path to Git VCS C:\Program Files (x86)\Git\bin\git.exe - : , -.

.

, VCS Root , . , - , , .

0

All Articles