• Home
  • About
    • IT-eyes photo

      IT-eyes

      IT-eyes is a website for sharing IT technology.

    • Learn More
    • Email
    • Twitter
    • Github
    • Codepen
  • Posts
    • All Posts
    • All Tags
  • Projects

unable to get local issuer certificate

26 Jul 2022

Reading time ~1 minute

when I push the code to bitbucket,the system reports that:

fatal: unable to access 'htps://bitbucket.net/bitbucket/xxxxx.git/': SSL certificate problem: unable to get local issuer certificate

This is because the server’s SSL certificate is not certified by a third-pary agency.We can solve it with the following command:

git config --global http.sslVerify false

For more details, please visit:IT-eyes



git Share Tweet +1