Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
1,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. > Fetching upstream changes from
  2. > git@bitbucket.org:team/myCoreRepo.git
  3. > > C:Program FilesGitbingit.exe --version # timeout=10
  4. > > C:Program FilesGitbingit.exe fetch --tags --force --progress git@bitbucket.org:team/myCoreRepo.git
  5. > +refs/heads/*:refs/remotes/origin/* # timeout=10
  6. > > C:Program FilesGitbingit.exe config remote.origin.url git@bitbucket.org:team/myCoreRepo.git # timeout=10
  7. > > C:Program FilesGitbingit.exe config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  8. > > C:Program FilesGitbingit.exe config remote.origin.url git@bitbucket.org:team/myCoreRepo.git # timeout=10 Fetching
  9. > upstream changes from git@bitbucket.org:team/myCoreRepo.git
  10. > > C:Program FilesGitbingit.exe fetch --tags --force --progress git@bitbucket.org:team/myCoreRepo.git
  11. > +refs/heads/*:refs/remotes/origin/* # timeout=10 ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch
  12. > from git@bitbucket.org:team/myCoreRepo.git at
  13. > hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:904) at
  14. > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144) at
  15. > hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175) at
  16. > org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
  17. > at hudson.scm.SCM.checkout(SCM.java:504) at
  18. > hudson.model.AbstractProject.checkout(AbstractProject.java:1208) at
  19. > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
  20. > at
  21. > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  22. > at
  23. > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
  24. > at hudson.model.Run.execute(Run.java:1816) at
  25. > hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at
  26. > hudson.model.ResourceController.execute(ResourceController.java:97)
  27. > at hudson.model.Executor.run(Executor.java:429) Caused by:
  28. > hudson.plugins.git.GitException: Command "C:Program
  29. > FilesGitbingit.exe fetch --tags --force --progress
  30. > git@bitbucket.org:team/myCoreRepo.git
  31. > +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: Connection closed by 18.205.93.2 port 22 fatal: Could not read
  32. > from remote repository.
  33. >
  34. > Please make sure you have the correct access rights and the repository
  35. > exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement