Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Error:

% 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

rhel Version:

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

ca-certificates does not seem to be installed:

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

I do not have root privileges so is there any way to resolve this?

Be gentle as I am a developer and not an IT expert (probably obvious from the question.)

Thanks in advance for any help.

share|improve this question

You don't have the certificates where git expects them. The same question was answered here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.