Join Nostr
2026-07-26 18:22:16 CEST
in reply to

codonaft on Nostr: Thanks a lot for your efforts! No hurry, take your time! > 404 is expected, its not a ...

Thanks a lot for your efforts! No hurry, take your time!

> 404 is expected, its not a Nostr relay

Thanks for clarifying! What made me think that it's available over HTTPS is pressing the "Clone" - "Copy clone URL" in the repo currently writes `git clone https://git.gittr.space/npub1alptdev5srcw2hxg03567p4k6xs3lgj7f6545suc0rzp0xw98svse7rg94/cargo-limit.git` to the clipboard. It seems the `clone` tag in the event kind 30617 was malformed during importing the repo from GH:

https://njump.me/nevent1qqsw8zsrxv0xa2j7njduxdhstuykat46mp0u0dwy8gxys4mcrfg0k6seh8w7k

I see the suggested ssh key now when I press "Add Key", awesome!

I still see the "No SSH keys found yet." though, the key from event kind 52 seems to be ignored. I'm not sure whether it's in any way related to the ssh access to `git.gittr.space`; it's indeed available over ssh, yet I got this:

```
$ git clone [email protected]:efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/cargo-limit.git
fatal: detected dubious ownership in repository at '/home/git-nostr/git-nostr-repositories/efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/cargo-limit.git'
To add an exception for this directory, call:

git config --global --add safe.directory /home/git-nostr/git-nostr-repositories/efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/cargo-limit.git
git error: exit status 128
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```

Running the weird command suggestion with the remote path doesn't make a difference.