Why Nostr? What is Njump?
2024-08-30 13:45:02
in reply to

DanConwayDev on Nostr: also reported here: ...

also reported here:
Not able to add git remote url with relayhint parameter

Ngit version 1.4.4
MacOS 14.6.1

I'm trying to add the remote URL (https://gitworkshop.dev/r/naddr1qqykummnw3ez6urgwqqs6amnwvaz7tmwdaejumr0dspzqpnrnguxe8qszsshvgkvhn6qjzxy7xsvx03rlrtddr62haj4lrm3qvzqqqrhnyyx5cnk) to my local Nostr-PHP repo here.

```
$ git remote add ngit nostr://npub1qe3e5wrvnsgpggtkytxteaqfprz0rgxr8c3l34kk3a9t7e2l3acslezefe/nostr-php?relayhint=wss%3A%2F%2Fnostr.sebastix.dev%2F
zsh: no matches found: nostr://npub1qe3e5wrvnsgpggtkytxteaqfprz0rgxr8c3l34kk3a9t7e2l3acslezefe/nostr-php?relayhint=wss%3A%2F%2Fnostr.sebastix.dev%2F
```

When I remove the parameter relayhint from the URL it's added

```
$ git remote -v
ngit nostr://npub1qe3e5wrvnsgpggtkytxteaqfprz0rgxr8c3l34kk3a9t7e2l3acslezefe/nostr-php (fetch)
ngit nostr://npub1qe3e5wrvnsgpggtkytxteaqfprz0rgxr8c3l34kk3a9t7e2l3acslezefe/nostr-php (push)
origin git@github.com:nostrver-se/nostr-php.git (fetch)
origin git@github.com:nostrver-se/nostr-php.git (push)
```

Am I missing something here to fix it?
Author Public Key
npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr