If there're binaries for your platform available use them. If not try to build it (there's a toolchain available for each embedded platorm where KO runs).
libgit2 is a bit of a PITA if you're used to git cli since day-to-day git actions that are simple in the cli involve figuring out how things are implemented in git at a lower level.
But I would definitly suggest rsync for developing and testing. It should be available rn and, if it's not, it should be easier to port.
|