Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴

main

[Git] CAfile: C:/path/Git/mingw64/ssl/certs/ca-bundle.crt (Visual Studio 2022) 본문

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
Comments