SHARE
TWEET

Untitled

a guest Dec 9th, 2014 154 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ git review -s
  2. Traceback (most recent call last):
  3.   File "/usr/bin/git-review", line 10, in <module>
  4.     sys.exit(main())
  5.   File "/usr/lib/python2.6/site-packages/git_review/cmd.py", line 1202, in main
  6.     set_hooks_commit_msg(remote, hook_file)
  7.   File "/usr/lib/python2.6/site-packages/git_review/cmd.py", line 264, in set_hooks_commit_msg
  8.     res = run_http_exc(CannotInstallHook, hook_url, stream=True)
  9.   File "/usr/lib/python2.6/site-packages/git_review/cmd.py", line 175, in run_http_exc
  10.     raise klazz(255, str(err), ('GET', url), env)
  11. git_review.cmd.CannotInstallHook: Problems encountered installing commit-msg hook
  12. The following command failed with exit code 255
  13.     "GET https://github.com/tools/hooks/commit-msg"
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top