윈도우 git clone - SSL certificate problem: unable to get local issuer certificate


개요

윈도우 git clone - SSL certificate problem: unable to get local issuer certificate
PS C:\Users\testuser> git clone --depth=1 https://testuser:testpassword@github.com/hello/world.git
Cloning into 'world'...
fatal: unable to access 'https://github.com/hello/world.git/': SSL certificate problem: unable to get local issuer certificate
# option 1
git config --global http.https://github.com.sslVerify false
# option 2
## local CA certificate

같이 보기