Advertisement
Guest User

BitBucket push faield

a guest
Jun 4th, 2013
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. Counting objects: 15, done.
  2. Delta compression using up to 8 threads.
  3. Compressing objects: 100% (8/8), done.
  4. Writing objects: 100% (8/8), 631 bytes, done.
  5. Total 8 (delta 7), reused 0 (delta 0)
  6. remote: Traceback (most recent call last):
  7. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/scripts/git/hooks/pre-receive", line 29, in <module>
  8. remote: from bitbucket.apps.repo2.hooks import prehooks
  9. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/repo2/hooks.py", line 15, in <module>
  10. remote: from bitbucket.apps.pullrequests.tasks import update_pullrequests
  11. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/pullrequests/tasks.py", line 9, in <module>
  12. remote: from bitbucket.apps.compare.merge import MergeConflictError
  13. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/compare/merge.py", line 6, in <module>
  14. remote: from bitbucket.apps.api.v10.decorators import (BadRequestException,
  15. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/api/v10/decorators.py", line 9, in <module>
  16. remote: from bitbucket.apps.api.v10.helpers import deleted_response
  17. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/api/v10/helpers.py", line 9, in <module>
  18. remote: from bitbucket.apps.api.v20.mappers import ObjectMapper
  19. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/api/v20/mappers.py", line 22, in <module>
  20. remote: from bitbucket.apps.comments.templatetags.comments import markup, old_markup
  21. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/comments/templatetags/comments.py", line 10, in <module>
  22. remote: from bitbucket.apps.repo2.templatetags.repo2 import markdown
  23. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/apps/repo2/templatetags/repo2.py", line 35, in <module>
  24. remote: from docutils.utils import urischemes
  25. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/local/env/lib/python2.7/site-packages/docutils/utils/__init__.py", line 20, in <module>
  26. remote: from docutils.io import FileOutput
  27. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/local/env/lib/python2.7/site-packages/docutils/io.py", line 18, in <module>
  28. remote: from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput
  29. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/local/env/lib/python2.7/site-packages/docutils/utils/error_reporting.py", line 47, in <module>
  30. remote: locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1]
  31. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/local/env/lib/python2.7/locale.py", line 503, in getdefaultlocale
  32. remote: return _parse_localename(localename)
  33. remote: File "/opt/python/domains/bitbucket.org/current/bitbucket/local/env/lib/python2.7/locale.py", line 435, in _parse_localename
  34. remote: raise ValueError, 'unknown locale: %s' % localename
  35. remote: ValueError: unknown locale: UTF-8
  36. To ssh://git@bitbucket.org/teefan/oxford3000.git
  37. ! [remote rejected] master -> master (pre-receive hook declined)
  38. error: failed to push some refs to 'ssh://git@bitbucket.org/teefan/oxford3000.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement