For anyone using paru
getting:
ERROR: /home/phisch/.cache/paru/clone/phocus-gtk-theme-git/phocus-gtk-theme-git is not a clone of https://github.com/phocus/gtk.git
To fix this issue, run:
rm -rf ~/.cache/paru/clone/phocus-gtk-theme-git
This happened because the PKGBUILD changed from using the ssh to using the https protocol to clone the repository. That was needed because GitHub now disallows anonymous clones using ssh.
Let me know if you know a way to avoid this issue by updating the PKGBUILD, I'd happily update it to avoid this.
Pinned Comments
phisch commented on 2022-05-12 19:07 (UTC) (edited on 2022-05-12 19:12 (UTC) by phisch)
For anyone using
paru
getting:To fix this issue, run:
This happened because the PKGBUILD changed from using the ssh to using the https protocol to clone the repository. That was needed because GitHub now disallows anonymous clones using ssh.
Let me know if you know a way to avoid this issue by updating the PKGBUILD, I'd happily update it to avoid this.