shaifali

git review -s [error]

Oct 4th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. The following command failed with exit code 1
  2. "scp -P29418 [email protected]:hooks/commit-msg .git/hooks/commit-msg"
  3. -----------------------
  4. ssh: connect to host review.openstack.org port 29418: Network is unreachable
  5. -----------------------
  6. xxx@ubuntu:/opt/stack/horizon$
  7. xxx@ubuntu:/opt/stack/horizon$
  8. xxx@ubuntu:/opt/stack/horizon$ pip install git-review
  9. Requirement already satisfied (use --upgrade to upgrade): git-review in /usr/local/lib/python2.7/dist-packages
  10. Cleaning up...
  11. xxx@ubuntu:/opt/stack/horizon$ pip install git-review --upgrade
  12. Requirement already up-to-date: git-review in /usr/local/lib/python2.7/dist-packages
  13. Cleaning up...
  14. xxx@ubuntu:/opt/stack/horizon$
  15. xxx@ubuntu:/opt/stack/horizon$
  16. xxx@ubuntu:/opt/stack/horizon$
  17. xxx@ubuntu:/opt/stack/horizon$
  18. xxx@ubuntu:/opt/stack/horizon$
  19. xxx@ubuntu:/opt/stack/horizon$
  20. xxx@ubuntu:/opt/stack/horizon$ git review -s
  21. Problem running 'git remote update gerrit'
  22. Fetching gerrit
  23. ssh: connect to host review.openstack.org port 29418: Network is unreachable
  24. fatal: The remote end hung up unexpectedly
  25. error: Could not fetch gerrit
  26. Traceback (most recent call last):
  27. File "/usr/local/bin/git-review", line 11, in <module>
  28. sys.exit(main())
  29. File "/usr/local/lib/python2.7/dist-packages/git_review/cmd.py", line 1202, in main
  30. set_hooks_commit_msg(remote, hook_file)
  31. File "/usr/local/lib/python2.7/dist-packages/git_review/cmd.py", line 283, in set_hooks_commit_msg
  32. run_command_exc(CannotInstallHook, *cmd)
  33. File "/usr/local/lib/python2.7/dist-packages/git_review/cmd.py", line 152, in run_command_exc
  34. raise klazz(rc, output, argv, env)
  35. git_review.cmd.CannotInstallHook: Problems encountered installing commit-msg hook
  36. The following command failed with exit code 1
  37. "scp -P29418 [email protected]:hooks/commit-msg .git/hooks/commit-msg"
  38. -----------------------
  39. ssh: connect to host review.openstack.org port 29418: Network is unreachable
  40. -----------------------
  41. xxx@ubuntu:/opt/stack/horizon$
  42. xxx@ubuntu:/opt/stack/horizon$
  43. xxx@ubuntu:/opt/stack/horizon$
  44. xxx@ubuntu:/opt/stack/horizon$
  45. xxx@ubuntu:/opt/stack/horizon$ git remote update gerrit
  46. Fetching gerrit
  47. ssh: connect to host review.openstack.org port 29418: Network is unreachable
  48. fatal: The remote end hung up unexpectedly
  49. error: Could not fetch gerrit
  50. xxx@ubuntu:/opt/stack/horizon$
Advertisement
Add Comment
Please, Sign In to add comment