Make git clone work between encrypted P2P FUSE peers (7 bugs)

go dev.to

Part of the KEIBIDROP development blog. KEIBIDROP is in active development. Release is coming soon. KEIBIDROP mounts a virtual FUSE filesystem for each peer. When Peer A creates or modifies files, the changes sync to Peer B's mount in real-time through encrypted gRPC. We already made git work on a single FUSE mount (previous post). The question was: what happens when Peer A clones a repo into their mount, and Peer B tries to use it through theirs? Bob (FUSE mount) Alice (

Read Full Tutorial open_in_new
arrow_back Back to Tutorials