Skip to content
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

Mina does not allow any special characters despite US-ASCII based in commit owner's name #655

Open
KickFlip71 opened this issue Nov 12, 2019 · 0 comments
Labels
Milestone

Comments

@KickFlip71
Copy link

Mina throws exception during deploy while commit owner's name contains special characters (in this case ą character). When i changed my git name to another without special characters, and then pushed commit with deploy it works fine.

Error:

/builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/helpers/output.rb:6:in `===': invalid byte sequence in US-ASCII (ArgumentError)
from /builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/helpers/output.rb:6:in `print_line'
from /builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/runner/pretty.rb:21:in `block (2 levels) in run'

#<Thread:0x0000558153915940@/builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/runner/pretty.rb:25 run> terminated with exception (report_on_exception is true):
/builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/runner/pretty.rb:26:in `gets': stream closed in another thread (IOError)
from /builds/project/vendor/ruby/2.6.0/gems/mina-1.2.3/lib/mina/runner/pretty.rb:26:in `block (2 levels) in run'
mina aborted!
ArgumentError: invalid byte sequence in US-ASCII
@lovro-bikic lovro-bikic added this to the 1.3.0 milestone Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants