Why can't I clone my repository?

I’m trying to clone a test repository that I just created, but I’m running into some errors. I haven’t found anything useful from Google so far.

From my output below, you can see that I am not able to find the remote regardless of trying several different remote schemes. I can, however, pull down the Pijul repository just fine. I do have ssh keys set up. Any suggestions?

~/mysrc 
✗ pijul clone tacoda@ssh.pijul.com:tacoda/pijul-test
Error: Remote not found: "tacoda@ssh.pijul.com:tacoda/pijul-test"

~/mysrc 
✗ pijul clone tacoda@ssh.pijul.com:pijul-test
Error: Remote not found: "tacoda@ssh.pijul.com:pijul-test"

~/mysrc 
✗ pijul clone https://nest.pijul.com/tacoda/pijul-test
Error: HTTP error 404

~/mysrc 
✗ pijul clone https://nest.pijul.com/pijul/pijul

Downloading changes [==================================================] 774/774                                                              
           Applying [==================================================] 774/774                                                              
 Completing changes [                                                  ] 0/0

This is because that repository is empty. Try to push stuff to it before cloning.

I agree this is slightly confusing: both the Nest and Pijul could report 0 patches instead of reporting a “not found”.

I’m getting a similar error. I created a folder locally, ran init, added a readme file, recorded it, and attempted to push.

pijul push tacoda@ssh.pijul.com:tacoda/pijul-test
Error: Remote not found: "tacoda@ssh.pijul.com:tacoda/pijul-test"