pub async fn find_git_executable<S: AsRef<str>>( min_version: S, ) -> Result<String, Error>
Try to find git executable and test if it has the required version