fn fetch_with_cli(
    repo: &mut Repository,
    url: &str,
    refspecs: &[String],
    tags: bool,
    config: &Config
) -> CargoResult<()>