Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

unable to clone

Atishi Srivastava September 25, 2019

 

fatal: unable to access 'https://stash.elhub.org/scm/eip/eipdev.git/': error setting certificate verify locations:

 

what does this error mean in gitbash?

1 answer

0 votes
Jimmy Seddon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 25, 2019

Hi @Atishi Srivastava,

Welcome to the Community!

The only time I know of that error message appearing is if you are on Windows and you need to fix the path to bin/curl-ca-bundle.crt  you need to use an absolute path (using backslashes).

You can accomplish this with the command: 

git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"

Replacing the absolute path at the end with the path to your curl-ca-bundle.crt file.

I hope that helps!

-Jimmy 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events