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
I have an ubuntu v18.04 64-bit setup.
Installed rust and got the habitctl binary.
But when I try to run it, I get the following error message: thread 'main' panicked at 'called Result::unwrap() on an Err value: ParseIntError { kind: InvalidDigit }', src/libcore/result.rs:1165:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.
The text was updated successfully, but these errors were encountered:
I have an ubuntu v18.04 64-bit setup.
Installed rust and got the habitctl binary.
But when I try to run it, I get the following error message:
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: ParseIntError { kind: InvalidDigit }', src/libcore/result.rs:1165:5note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace.The text was updated successfully, but these errors were encountered: