Reinstalled git and it looks like the settings are crooked, now with Git PUSH issues this message

 $ git push -u origin master 

unable to access ' https://github.com/RenatGafarov/remindme.server.git/ ': error setting certificate verify locations: CAfile: C: / Program Files / Git / mingw64 / ssl / certs / ca-bundle. crt CApath: none

How to specify the path to these libraries? ( Git is set to "C: / Git" )

  • I solved the problem by simply copying the certificates from "C: / Git / mingw64 / ssl / certs /" to "C: / Program Files / Git / mingw64 / ssl / certs /", but I would like to solve the problem correctly. - G.Renat

1 answer 1

from comment:


I solved the problem by simply copying the certificates from "C: / Git / mingw64 / ssl / certs /" to "C: / Program Files / Git / mingw64 / ssl / certs /".