有没有办法使用libgit2创建一个git仓库的新克隆?从libgit2使用指南(http://libgit2.github.com/api.html),各种示例docs(http://schacon.github.com/libgit2-examples/ 等)和"repository"libgit2 api docs (http://libgit2.github.com/libgit2/group__git__repository.html)和其他阅读......我只看到打开现有git repo目录git_repository_open或创建新目录的引用git_repository_init.
有什么明显的东西我不见了吗?也许api相当于"git clone GIT-REPO-URL" git_repository_init之后是......?