yuk7 / ArchWSL

ArchLinux based WSL Distribution. Supports multiple install.
https://git.io/archwsl
MIT License
6.91k stars 201 forks source link

Error Importing GPG Keys while doing anything with pacman on fresh install (cert is installed in trusted people local machine) #326

Open jadedFella opened 1 year ago

jadedFella commented 1 year ago

IMPORTANT Please read README and Docs before creating the issue.

Please fill out the below information: Describe the issue A clear and concise description of what the bug is. Could not look up pgp key remotely hence no transcation commits.

To Reproduce Steps to reproduce the behavior: install appx and do pacman -Syu

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Enviroment:

Additional context Add any other context about the problem here.

hamburgerghini1 commented 1 year ago

rm -rf /etc/pacman.d/gnupg/ pacman-key --init pacman-key --populate archlinux pacman -S archlinux-keyring pacman -Syu

this worked

D-Maxwell commented 9 months ago

rm -rf /etc/pacman.d/gnupg/ pacman-key --init pacman-key --populate archlinux pacman -S archlinux-keyring pacman -Syu

this worked

How come this isn't taken care of by default...

LNKLEO commented 9 months ago

consider disable sign level before install archlinux-keyring