I am rather new to git. Suddenly I get this error message when I try to add (or push) to remote:
Add Remote Repository: unable to access 'https://mau...@bitbucket.org/mauvia/libro_arc.git/': error setting certificate verify locations:: CAfile:C:/Programmi/Git/mingw32/libexec/ssl/certs/ca-bundle.crt CApath: none No matter what I did with command git config --system http.sslcainfo .... would not work, but I fixed the problem adding a section to .gitconfig file, with [http] sslVerify = true sslCAinfo = C:/Programmi/Git/mingw32/ssl/certs/ca-bundle.trust.crt Now, I am sure I had NO problem before I upgraded to version 2.6.2.windows.1 from verrsion 1.9.x I had before. Does anyone have an explanation for this, which is very annoying.... Thanks Maurizio -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.