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
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unable to get remote parts, please open an issue as it might come from the code', /Users/yfleury/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/gitweb-0.3.0/src/lib.rs:164:75
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior
The program should open the remote repository.
Screenshots
Additional context
The regex used to get the remote parts is becoming insane, it is maybe time to think to use a tool like https://docs.rs/url/2.2.1/url/ to get the parts
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
-
gitweb
using that remoteExpected behavior
The program should open the remote repository.
Screenshots
Additional context
The regex used to get the remote parts is becoming insane, it is maybe time to think to use a tool like https://docs.rs/url/2.2.1/url/ to get the parts
The text was updated successfully, but these errors were encountered: