Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Description
As of last week, we could push tags using gitpython without any issue. Now it blocks forever. Neither git nor gitpython has been upgraded. This problem is occurring for multiple developers.
git versions: 1.8.5.2, 1.7.0.4
remote.push(tags=True) File "/home/kyle/.python/local/lib/python2.7/site-packages/git/remote.py", line 627, in push return self._get_push_info(proc, progress or RemoteProgress()) File "/home/kyle/.python/local/lib/python2.7/site-packages/git/remote.py", line 552, in _get_push_info digest_process_messages(proc.stderr, progress) File "/home/kyle/.python/local/lib/python2.7/site-packages/git/remote.py", line 48, in digest_process_messages char = fh.read(1) File "/home/kyle/.python/local/lib/python2.7/site-packages/async/__init__.py", line 21, in thread_interrupt_handler prev_handler(signum, frame)KeyboardInterrupt