A pretty weird issue, it happens very randomly, and I checked all setting and they are all good. Any idea?
2016-10-31 10:26:14,272 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:93 - Agent [hdc505lbcdsv009, 10.194.1.244, cb0986b2-e1fe-4a94-9a2a-ccc81221d24b] is reporting status [Preparing] to Go Server for Build [MCCAdmin_Sandbox/73/Test_Deployment/1/defaultJob/5374]
2016-10-31 10:26:22,005 [loopThread] ERROR thoughtworks.go.work.DefaultGoPublisher:135 - Failed to run git clone command
java.lang.RuntimeException: Failed to run git clone command
at com.thoughtworks.go.util.ExceptionUtils.bomb(ExceptionUtils.java:36)
at com.thoughtworks.go.config.materials.git.GitMaterial.updateTo(GitMaterial.java:158)
at com.thoughtworks.go.domain.MaterialRevision.updateTo(MaterialRevision.java:151)
at com.thoughtworks.go.domain.materials.AbstractMaterialAgent.prepare(AbstractMaterialAgent.java:41)
at com.thoughtworks.go.remote.work.BuildWork.prepareJob(BuildWork.java:193)
at com.thoughtworks.go.remote.work.BuildWork.build(BuildWork.java:141)
at com.thoughtworks.go.remote.work.BuildWork.doWork(BuildWork.java:96)
at com.thoughtworks.go.agent.JobRunner.run(JobRunner.java:60)
at com.thoughtworks.go.agent.AgentController.retrieveWork(AgentController.java:229)
at com.thoughtworks.go.agent.AgentController.rpcLoop(AgentController.java:183)
at com.thoughtworks.go.agent.AgentController.loop(AgentController.java:173)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
at org.springframework.scheduling.support.MethodInvokingRunnable.run(MethodInvokingRunnable.java:65)
at org.springframework.scheduling.timer.DelegatingTimerTask.run(DelegatingTimerTask.java:70)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: java.lang.Exception: Failed to run git clone command
at com.thoughtworks.go.util.ExceptionUtils.bombIfFailedToRunCommandLine(ExceptionUtils.java:50)
at com.thoughtworks.go.config.materials.git.GitMaterial.git(GitMaterial.java:247)
at com.thoughtworks.go.config.materials.git.GitMaterial.updateTo(GitMaterial.java:152)
... 17 more