pub async fn clone_git_repo( git_cmd: Option<String>, tmp_dir: impl AsRef<Path>, repo_url: String, sub_folder: Option<String>, repo_ref: Option<RepoRef>, ) -> Result<()>
Clone a git repository