vscode github ca-bundle.crt capath none SSL 인증서 오류 해결 방법
vscode 에서 git pull을 할 때 unable to access : error setting certificate verify locations : CAfile : ca-bundle.crt CApath: none or SSL certificate problem: unable to get local issuer certificate 메시지가 뜨면서 안될 경우가 있습니다. 이 메시지를 쉽게 해결하는 방법에 대해서 알아보겠습니다. 메시지가 발생하면 깃허브에서 깃을 pull 해오지 못하고 CA SSL 인증서 오류가 발생하는 것을 볼 수 있습니다. 모든 https repository 연결시 ssl 검증을 Off > git config --global http.sslVerify false 이 오류 메시지의..