buttercat1791 on Nostr: I've download `v1.5.1`, but I'm still struggling. Here is my git config: ...
I've download `v1.5.1`, but I'm still struggling. Here is my git config:
When I run `git push nostr article-editor`, I get the following:
```
nostr: fetching...
✔ wss://nostr.wine/ no new events
✔ wss://nos.lol/ no new events
✘ wss://theforest.nostr1.com/ timeout
✔ wss://thecitadel.nostr1.com/ no new events
✔ wss://relay.nostr.band/ no new events
✔ wss://nostrelites.org/ new events: 1 user profile
✔ wss://relay.damus.io/ no new events nostr updates: 1 user profile
Error: no repo events at specified coordinates
```
If I simply run `ngit push` I get the following familiar error:
```
Error: git should set GIT_DIR when remote helper is called
Caused by:
environment variable not found
```
I can't configure ngit via the CLI because I get that above error whenever I attempt to run ngit.
When I run `git push nostr article-editor`, I get the following:
```
nostr: fetching...
✔ wss://nostr.wine/ no new events
✔ wss://nos.lol/ no new events
✘ wss://theforest.nostr1.com/ timeout
✔ wss://thecitadel.nostr1.com/ no new events
✔ wss://relay.nostr.band/ no new events
✔ wss://nostrelites.org/ new events: 1 user profile
✔ wss://relay.damus.io/ no new events nostr updates: 1 user profile
Error: no repo events at specified coordinates
```
If I simply run `ngit push` I get the following familiar error:
```
Error: git should set GIT_DIR when remote helper is called
Caused by:
environment variable not found
```
I can't configure ngit via the CLI because I get that above error whenever I attempt to run ngit.