Erro ao configurar certificado ao fazer 'git clone' no redhat

0

Erro:

% git clone --depth 1 http://github.com/junegunn/fzf.git ~/Downloads/fzf
Initialized empty Git repository in ~/Downloads/fzf/.git/
error: error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none while accessing http://github.com/junegunn/fzf.git/info/refs

Versão do rhel:

% cat  /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)

ca-certificates não parece estar instalado:

% which ca-certificates
/usr/bin/which: no ca-certificates in ( ... )

Eu não tenho privilégios de root, então existe alguma maneira de resolver isso?

Seja gentil, pois sou um desenvolvedor e não um especialista em TI (provavelmente óbvio a partir da pergunta.)

Agradecemos antecipadamente por qualquer ajuda.

    
por stephenmm 23.11.2015 / 18:54

1 resposta

0

Você não possui os certificados em que o git os espera. A mesma pergunta foi respondida aqui .

    
por 25.11.2015 / 16:16

Tags