Git Pull Failed: unable to access ' ': SSL certificate problem: self signed certificate in certificate chain. unable to access '' : SSL certificate problem: self signed certificate in certificate chain. 위의 오류가 났을때 가장 간편하게 https repository 연결시 ssl 검증을 끄는 것으로 해결했다. git config --global http.sslVerify false