• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Git SSL certificate location

28 September, 2022

Git typically works for HTTPS URLs using the default configuration. If certificates are not working, try configuring Git with the system SSL certificate location.

git config --global http.sslCAInfo /path/to/cert.crt
  • git
  • curl