Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamaguchi1024/b3aef1e8e444d80298af7b0e6298c47a to your computer and use it in GitHub Desktop.
Save yamaguchi1024/b3aef1e8e444d80298af7b0e6298c47a to your computer and use it in GitHub Desktop.
.-(~/llvm-project)------------------------------------------------------------------------------------(yamaguchi@ubu)-
`--> git-llvm push
^CTraceback (most recent call last):
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 350, in <module>
args.func(args)
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 301, in cmd_push
revs = get_revs_to_push(rev_range)
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 158, in get_revs_to_push
'--pretty=%h', rev_range).splitlines()
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 128, in git
return shell(['git'] + list(cmd), kwargs.get('strip', True))
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 106, in shell
stdout, stderr = p.communicate(input=stdin)
File "/usr/lib/python2.7/subprocess.py", line 800, in communicate
return self._communicate(input)
File "/usr/lib/python2.7/subprocess.py", line 1417, in _communicate
stdout, stderr = self._communicate_with_poll(input)
File "/usr/lib/python2.7/subprocess.py", line 1471, in _communicate_with_poll
ready = poller.poll()
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment