Unable to push to the Nest

The server-side has moved forward, while pijul remains stagnant.
This can be easily fixed with a dirty hack at your own risk.

cd pijul
pijul remote
  I5GEGWCQIJKTINCFGJEEIVZXKU: https://nest.pijul.com/pijul/pijul
pijul reset --force
cargo update
cd pijul-remote
vi Cargo.toml
# change thrussh = "0.34" to "0.35.6"
cargo update
cd ..
cargo build --release
cd
pijul clone tankf33der@nest.pijul.com:tankf33der/picolisp
# cloned
cd picolisp
# change something
pijul rec -am"."
pijul push -a
# pushed

Please try and report.

p.s. I would like to point out that pushing via HTTPS was also possible before, but it is broken as well.

3 Likes