개요
자체 서명 인증서를 사용하는 사내망에서 git clone
사용 시 발생한 오류를 해결한 과정을 작성합니다.
오류
> C:\Users\user>git clone https://github.com/quasarframework/quasar-starter-kit.git
Cloning into 'quasar-starter-kit'...
fatal: unable to access 'https://github.com/quasarframework/quasar-starter-kit.git/': SSL certificate problem: self signed certificate in certificate chain
해결
git config --global http.sslVerify false