As of ngit 1.4.5, with zsh the git clone command trips over `?relayhint=nostr.sprovoost.nl`
It does work with bash.
Login to reply
Replies (1)
Unless the url is passed in quotes, zsh (terminal emulator on macos) interprets the `?` as a pattern matching and produces the `zsh: no matches found` error.
In the next ngit release a different format for the nostr url will be supported that doesn't include this gotcha for macos users. When that's out also I'll update gitworkshop.dev to produce this format.
cc: @Laeserin ๐ป๐ฆ @Sebastix