gpt4 book ai didi

git - 想要使用 git bash 推送到 GitHub 时如何修复 SSL 证书错误?

转载 作者:太空狗 更新时间:2023-10-29 13:40:19 24 4
gpt4 key购买 nike

我正在尝试在 Windows 8 上使用 git bash 向 GitHub 推送一个简单的 Web 应用程序。但是当我执行 git push origin master 时,它说“致命:无法访问'https://******** .com/****/******.git/': SSL 证书问题:无法获取本地颁发者证书"。

有人可以帮我解决这个问题,而无需禁用 SSL。

最佳答案

您可以通过提供 SSL 证书来修复错误。您可以通过以下任一方式执行此操作:

  • 编辑您的 Git 配置文件(在 Linux ~/.gitconfig 中)并添加:

    [http]
    sslCAinfo = <path to your key>
  • 执行以下命令:

    git config --global http.sslCAinfo <path to your key>

关于git - 想要使用 git bash 推送到 GitHub 时如何修复 SSL 证书错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35017376/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com