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 = []
When I run
pijul push
in one of my repos it outputsUploading 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 runpijul push
again it uploads the same 2 changes again.This is my
.pijul/config
: