Sorry if I wasn't clear, I asked whether you had checkout on server, not whether you had checked the server. In the build configuration, it looks like you have configured the VCS Root to perform checkout on server. Is there any reason you have configured it on the server instead of on the agent? Could you try whether setting it up to perform the checkout on the agent would help?
Also it would be useful if you could check the logs of the git server. A 500 Error usually means an error from the git hosting server, so it might actually not be related to TeamCity itself.
You have checkout on server side? Which version are you using?
Everything looks good on the server side. I am using version 10.0.3
Hi Panta,
Sorry if I wasn't clear, I asked whether you had checkout on server, not whether you had checked the server. In the build configuration, it looks like you have configured the VCS Root to perform checkout on server. Is there any reason you have configured it on the server instead of on the agent? Could you try whether setting it up to perform the checkout on the agent would help?
Also it would be useful if you could check the logs of the git server. A 500 Error usually means an error from the git hosting server, so it might actually not be related to TeamCity itself.