简体   繁体   中英

GitHub SSL: invalid CA certificate #1

I have initialized a github repository in an existing folder, every time i try to push it it gives me this error

git push -u origin master fatal: unable to access ' https://github.com/myUsername/NLPFFSPI.git/ ': SSL: invalid CA certificate #1 (offset 0) in bundle

I have searched online and nothing helped. I also reset my certificates, still the same. Does anyone know what this means??

It depends on your OS and git version, as well as your PATH and environment varialbles.

On Windows, for instance, try the same with a simplified PATH , to avoid any side effect of other programs.

On Mac or Linux, check your .curlrc . Check if you are using openssl (not securetrnasport, as in this issue )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM