I cannot clone an empty repo. There are no changes yet, so that makes sense. ran pijul init
locally, made changes and commited, then ppijul push bmcclure@nest.pijul.com:bmcclure/pijul_garden
It showed 2 changes uploaded
I found information saying to add a [remotes] section to your config.toml. I did not get that to work. It is ~5 minutes after I ran the push, and I am still not seeing it in the website.
Still not showing up. Not sure why. I can push over the file system and SSH though, so I will forgo nest for the next part.
273HHSNJSBPNIMQD2A2SC2K3OIGWIGD5DIRJTYGLIF6JNDY6D24QC
DTD2HWSQG3DFXV2ZSBDNPHY47KPC6NG43O4VLCKXAPMNIBNBRJQAC
This is a little outdated, but helpful: https://nest.pijul.com/tae/pijul-for-git-users
This is also helpful: https://discourse.pijul.org/t/phenomenological-pijul-or-pijul-from-the-outside/906
closing?
reopen?
There are some issues with the published manual: https://pijul.org/manual/introduction.html and the source code: https://nest.pijul.com/pijul/manual
There is an open issue for this: https://nest.pijul.com/pijul/manual/discussions/58
I got an identity setup by creating
mkdir -p ~/.config/pijul; nano ~/.config/pijul/config.toml
, then runningpijul identity new
pretty easy. I can still not runpijul clone https://nest.pijul.com/bmcclure/pijul_garden
, I am getting a 404 error. I assume there is some process on the nest website that has not finished yet, so I am going to try it again later today.Running
pijul clone https://nest.pijul.com/pijul/pijul
is taking a long time, and not showing me any progress.