Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Does `radicle-node.service` depends on git?
Closed { reason: Solved } did:key:z6MkfWRb...Gj3H opened 2 years ago

I start the radicle-node service with the service unit file found on this repo https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/tree/systemd/radicle-node.service which contains no git path, and it reported error:

  error retrieving git version: No such file or directory (os error 2)

when I execute rad command (rad seed etc) on console.

Seems normally work after I added git to PATH of this service.

z6MksFqX...wzpT commented 2 years ago

Yes, all Radicle binaries depend on Git, especially the node which uses git upload-pack for transfers.

fintohaps commented 2 years ago

I’m going to close this since Git is listed in the Requirements section of the README.