so i looked at how git protocol-v2 worked and thought, "that can't be too difficult to implement in OpenComputers..."
boy was i wrong. But after a lot of blood, sweat and tears i bring to thee: OCgit: git for OpenComputers!
repo link: https://github.com/PolskaKrowa/OCgit
It does the whole git clone shenanigans, with detailed debugging information (if your eyes are quick enough to read it all, you'll see exactly every step involved!) and i have plans to implement other git functions like authentication, commits, pulling and pushing, etc.
If you want to checkout the program (totally