1 개요[ | ]
- 윈도우 git clone - SSL certificate problem: unable to get local issuer certificate
Console
Copy
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
Bash
Copy
# option 1
git config --global http.https://github.com.sslVerify false
# option 2
## local CA certificate
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.