Skip to content

Instantly share code, notes, and snippets.

@tfnico
Created September 5, 2011 13:42
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 tfnico/1195015 to your computer and use it in GitHub Desktop.
Save tfnico/1195015 to your computer and use it in GitHub Desktop.
Git push output
imac:foo-integration-tests firstname.lastname$ git push
Counting objects: 65, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (25/25), done.
Writing objects: 100% (37/37), 4.20 KiB, done.
Total 37 (delta 10), reused 0 (delta 0)
remote:
remote: *** Error while highlighting:
remote: UnicodeDecodeError: 'utf8' codec can't decode byte 0xa7 in position 1136: unexpected code byte
remote: (file "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode)
remote:
remote: *** Error while highlighting:
remote: UnicodeDecodeError: 'utf8' codec can't decode byte 0xa7 in position 1136: unexpected code byte
remote: (file "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode)
To git@our.git.repo:foo
1abd652..b278842 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment