Issues related to the Nest, i.e. this website. The source code for the Nest is not yet public.

#108 Pushing to repo via ssh has no effect

Opened by quickdudley on August 12, 2025
quickdudley on August 12, 2025

When I run pijul push in one of my repos it outputs Uploading changes [========] 2/2 [00:00:00] and then stalls for about two minutes before exiting with no errors. However the changes don’t appear on the nest and when I run pijul push again it uploads the same 2 changes again.

This is my .pijul/config:

default_remote = "quickdudley@ssh.pijul.com:/quickdudley/tupeke"
[hooks]
record = []
quickdudley on August 12, 2025

I have also tried using the method described at https://pijul.org/posts/2023-05-23-nest-a-new-hope/ but the authorisation part just gives a 404 error.