ETC
[Git] CAfile: C:/path/Git/mingw64/ssl/certs/ca-bundle.crt (Visual Studio 2022)
1984
2022. 1. 20. 21:34
에러메세지
fatal: unable to access 'https://mygit.example.com/path/test.git/': error setting certificate verify locations
CAfile: C:/path/Git/mingw64/ssl/certs/ca-bundle.crt
해결방법
-> 해당 경로에 가서 crt 파일이 있는지 확인 후, 경로 복사해서 git config에 추가함.
git config --global http.sslCAInfo d:/devel/my-ca-bundle.crt
[참고 자료]
728x90