Is it possible to clone a repository via ssh using ssh-keys?
相关问题
- Does the libgit2 project or anyone else provide sa
- Download one file from remote (git show) using lib
- git2go with libssl and libssh2 in single binary
- Git stash on windows extremly slow compared to Lib
- How to get the current/active branch with LibGit2S
相关文章
- How to get the current/active branch with LibGit2S
- How to commit to a git repository using libgit2?
- how can i use rugged to create and commit a file l
- How to retrieve all object IDs?
- Git repository internal format explained
- Best way to do parallel stages?
- How to use libgit2 from a native C++ application o
- LibGit2Sharp: Fetching fails with “Too many redire
SSH transport is not yet implemented in libgit2.
Check
issue 1103issue 1558 for progress.Update
Pull request 1508 has been merged on May, 16th 2013.
Since then, it's also been well taken care of (cf. 1706, 1717, 1775, 1851, 1903, 1904).
It's even now continuously tested on Travis (cf. 1774).