Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add instructions to overcome missing delegate issue
Michalis Zampetakis committed 2 years ago
commit 502c43917a7acd03395e9f6c81db64f7a1b778a7
parent 9767b485c2aad1e23097d2b5165287ba84cfa452
1 file changed +13 -0
modified radicle-cli/examples/rad-id.md
@@ -147,3 +147,16 @@ $ rad id update --title "Add Eve" --description "Add Eve as a delegate" --delega
✗ Error: missing delegate z6MkedT…47fovFn in local storage
✗ Error: fatal: refusing to update identity document
```
+

+
In order to overcome this error the delegate that we attempt to add must seed the specific project.
+
This can be done by cloning the project using:
+

+
```
+
rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
+
```
+

+
or by explicitly seeding it through:
+

+
```
+
rad seed rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
+
```