About me...

Git failed, unable to access

  • Problem:

    • Git failed with a fatal error. unable to access 'address': error setting certificate file: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  • Solution:

    git config --global http.sslBackend schannel
    

    Git 默认使用自己的证书存储,但可以改为使用 Windows 自带的证书存储(更稳定)

posted @ 2025-04-24 16:36  -Z00-  阅读(44)  评论(0)    收藏  举报