Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork960
Partial fix to issue #142#143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Introduces a new, different error: Traceback (most recent call last): File "test.py", line 188, in test_simple_conflict commit2 = bizarro.repo.save_working_file(*args2) File "/Users/migurski/Sites/tmp/CMS/bizarro/repo.py", line 77, in save_working_file clone.remotes.origin.push(clone.active_branch.name) File "/Users/migurski/Sites/tmp/CMS/venv-cms/lib/python2.7/site-packages/git/repo/base.py", line 551, in active_branch return self.head.reference File "/Users/migurski/Sites/tmp/CMS/venv-cms/lib/python2.7/site-packages/git/refs/symbolic.py", line 244, in _get_reference raise TypeError("%s is a detached symbolic reference as it points to %r" % (self, sha)) TypeError: HEAD is a detached symbolic reference as it points to '320ac0ab2ed85f0e65ad734e2a72863a526db5be'Addresses git version incompatibilities, more detail:*gitpython-developers/GitPython#142*gitpython-developers/GitPython#143
Byron commentedMay 4, 2014
trigger travis-ci : close and reopen on mergeable request. |
The assertion will trigger, which shows that we are still getting thigs slightly wrong.For now, we are better off without.
Byron commentedNov 19, 2014
Theprevious fix just removes the assertion, which seems to be the way to go right now. |
Introduces a new, different error: