I think this is related to an issue with rust-nostr v0.33 as I had this with one other repo. I have bumped this to v0.34 on the master branch which fixed it for that repo so that might fix it. I'm away from my desk until tomorrow but I'll issue a minor version of ngit with the fix tomorrow.

Reply to this note

Please Login to reply.

Discussion

Let me know when there is a new release there out there :)

I pushed v1.4.5 did that fix this?

Yea, ngit send worked for me to create a PR 😃

brilliant! did you use `ngit send` or `git push -u` on a branch prefixed with `pr/`?

ngit send 😃

Nice! I'm interested in this decision. I built the git plugin because I thought using native git commands would be more intuitive for devs. I guess you felt more comfortable using `ngit send` for submission but found the idea of a nostr remote url helpful for configuring the nostr repo?