git config --system http.sslcainfo “D:/Git/anz/Git/mingw64/ssl/certs/ca-bundle.crt”
将mingw64之前的路径改成自己现在的英文路径就行,比如之前是中文路径 D:编程工具/Git//mingw64/ssl/certs/ca-bundle.crt,现在改为D:/Git/anz/Git/mingw64/ssl/certs/ca-bundle.crt
本文介绍如何修改Git配置文件中的SSL证书路径,以确保Git能够正确地进行HTTPS通信。通过将路径从中文改为英文路径,解决因路径字符引起的连接问题。
git config --system http.sslcainfo “D:/Git/anz/Git/mingw64/ssl/certs/ca-bundle.crt”
将mingw64之前的路径改成自己现在的英文路径就行,比如之前是中文路径 D:编程工具/Git//mingw64/ssl/certs/ca-bundle.crt,现在改为D:/Git/anz/Git/mingw64/ssl/certs/ca-bundle.crt
310
503
390

被折叠的 条评论
为什么被折叠?
