Elektrine lite

← Feed

@csepp@merveilles.town

Post #3237618

2026-04-20 18:21 UTC

@radicle@toot.radicle.xyz @jakintosh@merveilles.town Hmm, I get this when I push to origin: error: no public key given as a remote namespace, perhaps you are attempting to push to restricted refs error: failed to push some refs to 'rad://z2GajBbyPL7gBiHHTc9Jd9sGdWtyg' when I push to rad it works: ✓ Canonical reference refs/heads/main updated to target commit 00503dd9a8530081b1d331ba46d8ce5167333747 ✓ Synced with 3 seed(s) https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2GajBbyPL7gBiHHTc9Jd9sGdWtyg/tree/00503dd9a8530081b1d331ba46d8ce5167333747 To rad://z2GajBbyPL7gBiHHTc9Jd9sGdWtyg/z6MkwMMmAcTYkjVq9sxZ6QNVZUZAayY8Mb8EXtrwD1JHUVue

Replies (1)

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

    @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.

    Open ##3237619