git_bindings icon indicating copy to clipboard operation
git_bindings copied to clipboard

Flutter bindings for libgit2

Results 3 git_bindings issues
Sort by recently updated
recently updated
newest added

When setting up the app for the first time, the app gets stuck on the "Cloning ..." screen. I'm using a self-hosted gitolite repo and a non-standard port. In the...

I've been using this package in an Flutter app with no issues in Android however when I run it in iOS I get the following exceptions when using some of...

On Running Example got error, ``` I/flutter (19203): GitRepo Initialized I/GitJournalAndroid(19203): Called method generateSSHKeys I/GitJournalAndroid(19203): . comment: Git Sample App D/GenerateSSHKeys(19203): Private key already exists. Overwriting I/GitJournalAndroid(19203): Called method gitClone...