pub fn clone_repository<P: AsRef<Path>>( url: &str, dest: Option<P>, ) -> Result<Repository<Local>, Error>
Helper function for cloning a remote repository given a url