hudson.plugins.git.GitException: Command "git fetch -t git://github.com/dmwm/WMCore.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: github.com[0: 207.97.227.239]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by PerilousApricot
, 1 year agovia google.com by Unknown author, 2 years ago
via Google Groups by Unknown author, 10 months ago
via Stack Overflow by Anand
, 1 year agovia Stack Overflow by theog
, 2 years agovia Google Groups by Unknown author, 10 months ago
hudson.plugins.git.GitException: Command "git fetch -t git://github.com/dmwm/WMCore.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: github.com[0: 207.97.227.239]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out)
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:838)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:800)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:197)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:1046)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1142)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)