-
Notifications
You must be signed in to change notification settings - Fork 86
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails for some reasons with unicode problems #34
Comments
P.S: saw: repo was in state:
warning: Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um diese zu löschen.``` |
I have the same issue (version: 0.5.dev0):
|
setting PYTHONIOENCODING (set PYTHONIOENCODING=utf8 for windows, export PYTHONIOENCODING=utf8 for linux) should fix the problem for both of you. |
@glachancecmaisonneuve thanks for pointing out .. will try it on next fail ;) regarding homebrew, I assume that might be set in general by the script beeing created? https://github.com/Homebrew/homebrew-core/blob/master/Formula/gitup.rb#L45 btw. seems to be related but fixed in the meantime: #25 |
I have the same issue (version 0.5.1_3) Traceback (most recent call last): |
ℹ️ current gitup dev@f7a060af
perhaps related / answered by http://stackoverflow.com/questions/5760936
I'm not that in with python ;/
also I can't see any branch with umlauts
but indeed, there are many branches in the affected repo using git-flow scheme like
feature/TICKET-882_Some_Short_Description
, all of them or none matching withgit branch -avv | grep "[^a-Z0-9\.\/_\-]"
Messages may indeed contain umlauts, but that should not be a problem anyway
The text was updated successfully, but these errors were encountered: