Elektrine lite

← Feed

@radicle@toot.radicle.xyz

Post #3237619

2026-04-20 20:33 UTC

@csepp@merveilles.town @jakintosh@merveilles.town The URL does not "include your Node ID" as mentioned above. Use the URL from the successful output to configure your remote. The point is that you used the fetch URL for `rad` as a push URL for your multi-push-URL remote. Instead, use the push URL of `rad`. `git remote set-url --add --push rad://z2…yg/z6Mk…UVue` Note that you will probably have to remove the other (non-working) URL you have added before.

Replies (1)

  • @radicle@toot.radicle.xyz 2026-04-20 20:46

    @csepp@merveilles.town @jakintosh@merveilles.town Use `git remote -v` for an overview in case you get confused. If you do that in the repo with working `rad` you will also see the difference in fetch and push URL there.

    Open ##3237620