Your still getting the 'no repo event at specified coordinates' error?
And you definitely installed to upgraded remote helper too?
Login to reply
Replies (4)
$ git clone nostr://npub1m4ny6hjqzepn4rxknuq94c2gpqzr29ufkkw7ttcxyak7v43n6vvsajc2jl/Alexandria?relayhint=nostr.thesamecat.io
Cloning into 'Alexandria?relayhint=nostr.thesamecat.io'...
nostr: no updates
Error: no repo events at specified coordinates
$ git-remote-nostr --help
Error: git should set GIT_DIR when remote helper is called
Caused by:
environment variable not found
$ git-remote-nostr --version
v1.4.5
$ ngit --version
ngit 1.4.5
Do I have to manually set GIT_DIR?
Git calls the remote helper with that environment variable set along with a few others.
So, no?