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

1 개요[ | ]

윈도우 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

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}