Fix Git clone's fatal setting SSL certificate error

preview_player
Показать описание
When you clone a git repo you might run into Git's fatal: unable to access error setting certificate verify locations CAfile CApath error. There's a quick fix if you're not married to SSL. Just run the following git config command in BASH:
That's all there is to it.
Рекомендации по теме
Комментарии
Автор

Man, You just made my day. Thank you !!

myblade
Автор

This worked for me and it's the only help I could find anywhere on the internet that resolved my issue. Thank you so much!

SonjaMGFX
Автор

less explanation, more successful result, great! thanks man!

abdusamadabdullakhanov
Автор

You are so good, i liked and subscribed thx

darkfuts
Автор

perfect solution thank you so much! it is a very helpful

Shakhzod_Yuldoshov
Автор

Hi Cameron I am using windows and keep gettin the same error where should I run it at thank you

h.ferruhkaleli
Автор

This just solve my problems. Thank you so much

brownstephen
Автор

I'm using windows 10 and having same error fatal: unable to access, while cloning repository from gitlab pls help me

swapnilmane
Автор

if u set false tfor ssl > The connection is not secure. If git isn't verifying the SSL certificates of the remotes, a MITM attack is pretty simple and straightforward. Anyone could tamper with your code and even build exploits into your software without you even noticing; thats about the worst thing that can happen to a software project

ilhamabdurrahman
Автор

Hi, when i am configuring git, it is showing "cannot access git server".pls tell me how to resolve.i will more greatful to you, if it is solved

navyasri
Автор

Спасибо большое!) Кучу форумов перечитал и только тут понял как исправить проблему)

segars
Автор

Hi I'm getting error:
Fatal:an error occurred while sending the request
Fatal:the request aborted: could not create SSL/TLS secure channel
Help me

gouthami_pittala
Автор

Solucioné el problema solo con ver la miniatura. Pro HACKER ! Thanks

jesusdfabra
Автор

You should probably mention the security implications of doing this.

daves.software
Автор

Git clone error :fatal unable to access server certificate verification failed. cafile none crlfile none, plz help

dhanushv
Автор

Security through obscurity. Nothing like turning off your secure connection to sweep a problem under the rug.

ofNov
Автор

Ultimate life saver solution for developer who were spent a lot time to resolve issue of #bitbucketClone. Thanks for sharing buddy.

bhavinpandya
Автор

Isn’t this bad practice? Security bad practice. Opens up your computer for security risks?

pancholopezon
Автор

DO NOT DO THIS!!!
This is asking for trouble because the SSL certificates are there to protect you from using data that can be harmful to your device. Mainly that through SSL certificates, your machine can verify that

1: The source wasn't switched meaning that you downloaded from the source you intended.
2: The data wasn't intercepted and altered through malicious middleware.
3: that you successfully downloaded the entire file because the certificate also contains data that your device uses as a "checksum" to ensure that nothing was skipped.

Please, I know its tempting to disable it, but it is there to protect you from harm

vb
Автор

fatal: bad boolean config value '“false”~' for 'http.sslverify', I don't understand

NICOLAS-qpoy
welcome to shbcf.ru