pub fn clone_git_repo(url: &str) -> Result<(), Error>Expand description
Clones a git repository into the local git root.
ยงErrors
Returns an error if:
- The target directory already exists.
- The
git clonecommand fails. - The user configuration cannot be updated.