L'installazione di Brew fallisce su gpg-agent?

0

C'è un altro modo per ottenere gpg-agent? Ho bisogno della firma GPG2 per RVM per il provisioning di un server.

Il messaggio

bash-4.3$ brew install --vd gnupg2
==> Installing dependencies for gnupg2: gpg-agent, dirmngr, libusb, libusb-compat
==> Installing gnupg2 dependency: gpg-agent
==> Downloading ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2

curl: (28) Connection timed out after 5004 milliseconds
Trying a mirror...
==> Downloading ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2

curl: (7) Failed to connect to ftp.mirrorservice.org port 21: Operation timed out
Error: Failed to download resource "gpg-agent"
Download failed: ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2

Sfortunatamente niente di troppo informativo ...

    
posta ehime 24.11.2014 - 18:23
fonte

1 risposta

1

Risolto con:

$ brew edit gpg-agent
    - mirror "ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"
    + mirror "http://mirrors.dotsrc.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"

$ brew install gpg-agent
$ brew install gnupg2
    
risposta data 24.11.2014 - 21:15
fonte

Leggi altre domande sui tag