Teamcity:无法对代理执行签出:无法在路径 C:\Program Files (x86)\Git\bin\sh.exe 运行 git

Ban*_*San 5 git teamcity windows-8 teamcity-8.0

当我运行构建时,它失败并出现错误:

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

路径正确,我可以运行该文件,并且 Teamcity 正在使用我的登录帐户。

我是否需要在某个地方设置更多凭据,或以管理员权限启动服务?

我在 Windows 8 中运行。

Joh*_*err 2

路径是正确的,但 TeamCity 想要执行git.exe,而不是sh.exe