pub fn resolve_remote_with_key_and_insecure(
repo: &Repository,
remote_arg: Option<&str>,
) -> Result<(RemoteTarget, Option<String>, bool)>Expand description
Resolve a remote argument into target, credential key, and the remote’s
configured insecure flag (false for ad-hoc URL specs).