Getting my hands dirty with ngit nostr:npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr for nostr:npub1phpdev2d38u5hzs4jrsh360mevh0rjctu9669quy97wu23u8sqdqpfha0j

https://gitworkshop.dev/r/naddr1qqykummnw3ez6urgwqqs6amnwvaz7tmwdaejumr0dspzqpnrnguxe8qszsshvgkvhn6qjzxy7xsvx03rlrtddr62haj4lrm3qvzqqqrhnyyx5cnk

But stuck on creating a proposal. `ngit send` and `ngit push` are returning `Error: no repo events at specified coordinates` and I also created this issue https://gitworkshop.dev/r/naddr1qqzxuemfwsqs6amnwvaz7tmwdaejumr0dspzpgqgmmc409hm4xsdd74sf68a2uyf9pwel4g9mfdg8l5244t6x4jdqvzqqqrhnym0k2qj/issues/note1qwhq7zjcdhrxg0g35f5du7ntqc5djr5pj5pqmqwkk48x9kkfladqxgn2gq/

Reply to this note

Please Login to reply.

Discussion

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.

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?