1 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2 <%@ taglib prefix="bs" tagdir="/WEB-INF/tags" %>
3 <jsp:useBean id="healthStatusItem" type="jetbrains.buildServer.serverSide.healthStatus.HealthStatusItem" scope="request"/>
4 <c:set var="path" value="${healthStatusItem.additionalData['path']}"/>
5 <c:set var="error" value="${healthStatusItem.additionalData['error']}"/>
7 Cannot run git garbage collection using git at path '<c:out value="${path}"/>'.
8 It is recommended to perform garbage collection in git repositories periodically to improve performance of changes collection.
10 Please install git client on the TeamCity server machine and specify a path to it in the <strong>teamcity.server.git.executable.path</strong>
11 <bs:helpLink file="Configuring+TeamCity+Server+Startup+Properties" anchor="TeamCityinternalproperties">internal property</bs:helpLink>
12 <bs:helpLink file="Git" anchor="Git_gc"><bs:helpIcon/></bs:helpLink>.
15 Error details: <c:out value="${error.message}"/>