hnhgnf 0 Posted April 24 Share Posted April 24 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 not an intentional git pun) then you may. It's licenced under Apache 2.0 so do whatever you see fit, be it using it in your own programs or simply improving on it! here's the last few lines of output of it cloning some testing script i made a while back: Currently there are a few limitations (heavy RAM usage, slow delta resolution especially for larger projects, inability to use the datacard's inflate function with large data sizes, etc.) Improvements and comments are appreciated! Quote Link to post Share on other sites