You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colorls has problem in a specific directory.
Its not very obvious, but i guess its some git problem, since the file listing is fine and the error raises, when i use --gs.
Here is the full error message:
17: from /usr/local/bin/colorls:23:in `<main>'
16: from /usr/local/bin/colorls:23:in `load'
15: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/exe/colorls:6:in `<top (required)>'
14: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/flags.rb:44:in `process'
13: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/flags.rb:44:in `each_with_index'
12: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/flags.rb:44:in `each'
11: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/flags.rb:50:in `block in process'
10: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/flags.rb:50:in `new'
9: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/core.rb:22:in `initialize'
8: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/core.rb:226:in `process_git_status_details'
7: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/git.rb:16:in `status'
6: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/git.rb:54:in `git_subdir_status'
5: from /var/lib/gems/2.5.0/gems/colorls-1.3.3/lib/colorls/git.rb:20:in `block in status'
4: from /usr/lib/ruby/2.5.0/pathname.rb:507:in `relative_path_from'
3: from /usr/lib/ruby/2.5.0/pathname.rb:89:in `cleanpath'
2: from /usr/lib/ruby/2.5.0/pathname.rb:101:in `cleanpath_aggressive'
1: from /usr/lib/ruby/2.5.0/pathname.rb:43:in `chop_basename'
/usr/lib/ruby/2.5.0/pathname.rb:43:in `=~': invalid byte sequence in US-ASCII (ArgumentError)
Nevertheless even if there is a problem with one specific file, whatever it may be, colorls should never fail to at least display the files and may have a missing git status icon, when there is an error.
Im not sure what i might do to get further info on whats happening here?
But maybe the error line is enough to see whats broken.
Description
colorls has problem in a specific directory.
Its not very obvious, but i guess its some git problem, since the file listing is fine and the error raises, when i use
--gs
.Here is the full error message:
Nevertheless even if there is a problem with one specific file, whatever it may be, colorls should never fail to at least display the files and may have a missing git status icon, when there is an error.
Im not sure what i might do to get further info on whats happening here?
But maybe the error line is enough to see whats broken.
colors --version: 1.3.3
OS: ubuntu
The text was updated successfully, but these errors were encountered: