• 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

当我向git仓库推送代码的时候,系统报告如下错误:

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

这是因为服务器的SSL证书没有经过第三方机构认证。我们可以使用以下命令来解决这个问题:

git config --global http.sslVerify false

更多详情请访问:IT-eyes



git Share Tweet +1