Comment by ๐ mbays
@lamb-duh Nice, I could successfully clone with the new version, though I still get a warning:
Exception ignored on flushing sys.stdout:
BrokenPipeError: [Errno 32] Broken pipe
Jan 19 ยท 4 months ago
1 Later Comment
โ๏ธ dce ยท Jan 21 at 14:46:
Ooh, I like it! I wonder if source.community might implement this?
Original Post
Git over Gemini โ I wrote a git plugin that adds support for [gemini link] URLs. Fetching works over static file hosting, all that needs to be done is run `git update-server-info` on the repository and host the files over gemini. [gemini link] Once you have installed it, try cloning that same URL. There is also support for connecting to a remote git process over the gemini protocol. This gives you all the capabilities of git (not just fetch), but requires special cooperation from the server....