...
If https access (e.g., git push) fails due to SSL certificate errors, turn off sslVerify option with client's git config command as follows :
Code Block language bash title FIX: https ssl error git config http.sslVerify false OR git config --global http.sslVerify false
Info |
---|
Document written by chr@kasi.re.kr |
관련 문서
Content by Label | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...