Pijul git makes "Error: Pristine version mismatch. Cloning over the network can fix this."

Just for testing pijul, I clone this git repository locally. And then run pijul git. When it finished, I run:

$ pijul log
Error: Pristine version mismatch. Cloning over the network can fix this.

What is that?
How can I fix it?

I run pijul 1.0.0-beta

I can’t reproduce, how did you install Pijul?

1 Like

By AUR package in arch. I modify the PKGBUILD and I included git option as you mention somewhere:

build() {
  cd "$pkgname-$_pkgver"
  cargo build --release --frozen --features git
}

Have you tried with the latest Pijul from crates.io? I would be interested to know if you have the same issue.

Why does crates.io have old version numbers in the titles?
And the version it shows has no readme

My assumption - the newer versions are marked alpha or beta and the original versions weren’t