exa: Panicked at called Result::unwrap()
I am using the exa version v0.9.0 on a MacOS Catalina 10.15.7
Into a GIT project I am running into the following error, launching the command:
ls
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
- Removing .git folder, the issue disappears
- Launching
exa -la, the issue disappears
Thank you
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 8
- Comments: 21
I see, good luck! @ogham any ETA on a new release?
As I said above,
Nice summary @ariasuni. Although the relevant issues seem to be fixed, users (me included) are still encountering them because there hasn’t been a release incorporating the fixes. Is there a good reason for that?
Similar here (ubuntu 20.10 with exa from official repo), removing the
.gitfolder doesn’t help nor runningexa -la.It’s the
-loption to cause this (-aand-hor without options, it works)