Does libgit2 support SSH-Transport-Protocol?

后端 未结 1 1406
后悔当初
后悔当初 2021-01-19 07:22

Is it possible to clone a repository via ssh using ssh-keys?

相关标签:
1条回答
  • 2021-01-19 07:40

    SSH transport is not yet implemented in libgit2.

    Check issue 1103 issue 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).

    0 讨论(0)
提交回复
热议问题