Hmm what version do you have? cargo --version
You can also try this to see if your output matches mine:
❯ cargo install --git https://github.com/probe-rs/probe-rs.git
Updating git repository `https://github.com/probe-rs/probe-rs.git`
error: multiple packages with binaries found: binary_cargo_config, binary_cargo_config_toml, binary_project, gpio-hal-blinky, multiple_binary_project, probe-rs-tools, rtthost, smoke_tester, target-gen, workspace_bin, xtask. When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
Please specify a package, e.g. `cargo install --git https://github.com/probe-rs/probe-rs.git binary_cargo_config`.
Make sure you have the latest by running:
rustup upgrade