feat: upgrade libgit2 to 1.4.0

This commit is contained in:
Aleksey Kulikov 2022-02-16 13:25:22 +03:00
parent 7a067beeb9
commit bb433689cd
16 changed files with 705 additions and 253 deletions

View file

@ -105,7 +105,7 @@ void main() {
final callbacks = Callbacks(credentials: keypair);
final repo = Repository.clone(
url: 'https://github.com/libgit2/TestGitRepository',
url: 'ssh://git@github.com/libgit2/TestGitRepository',
localPath: cloneDir.path,
callbacks: callbacks,
);
@ -195,7 +195,7 @@ void main() {
final callbacks = Callbacks(credentials: keypair);
final repo = Repository.clone(
url: 'https://github.com/libgit2/TestGitRepository',
url: 'ssh://git@github.com/libgit2/TestGitRepository',
localPath: cloneDir.path,
callbacks: callbacks,
);