July 19, 2019 10:23 PM, "Leonel Salazar" <[email protected]> wrote:> Me too, let's see if tomorrow is everything ok... > > El vie., 19 de jul. de 2019 9:41 p. m., Pablo Mestre <[email protected]> > escribió: > >> Every time I do >> >> gpg --recv-keys "FINGERPRINT"Hi there,
Just to be sure, you're replacing "FINGERPRINT" with your actual fingerprints, right? You may also want to add `--keyserver keys.gnupg.net`, so in the end you'd run something like this (but with your keys): ` gpg --keyserver keys.gnupg.net --recv-keys "8FB9C5D6AE7BA82B7BB1D887C51EA7006E6BDC0D" ` Taowa
